[This is a preview of an interface that may appear in future releases of Windows.]
The ACTRL_PROPERTY_ENTRY structure stores a list of access-control entries for an object or a specified property on an object.
typedef struct _ACTRL_PROPERTY_ENTRY { LPCTSTR lpProperty; PACTRL_ACCESS_ENTRY_LIST pAccessEntryList; ULONG fListFlags; } ACTRL_PROPERTY_ENTRY, *PACTRL_PROPERTY_ENTRY;
Value |
Meaning |
ACTRL_ACCESS_PROTECTED |
Protects the object or property from inheriting access-control entries. |
To create an ACTRL_PROPERTY_ENTRY structure that grants everyone full access to an object, set the pAccessEntryList member to NULL.
To create an ACTRL_PROPERTY_ENTRY structure that denies all access to an object, set the pAccessEntryList member to point to an ACTRL_ACCESS_ENTRY_LIST structure whose cEntries member is zero and pAccessList member is NULL.
ACTRL_ACCESS, ACTRL_ACCESS_ENTRY_LIST, UuidToString
file: /Techref/os/win/api/win32/struc/src/str00_20.htm, 3KB, , updated: 2000/4/7 12:20, local time: 2024/11/2 22:42,
3.147.205.178:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str00_20.htm"> ACTRL_PROPERTY_ENTRY</A> |
Did you find what you needed? |