[This is a preview of an interface that may appear in future releases of Windows.]
The ACTRL_ACCESS_ENTRY_LIST structure contains a list of access entries.
typedef struct _ACTRL_ACCESS_ENTRY_LIST { ULONG cEntries; PACTRL_ACCESS_ENTRY pAccessList; } ACTRL_ACCESS_ENTRY_LIST, *PACTRL_ACCESS_ENTRY_LIST;
To create an empty access list, set cEntries to zero and pAccessList to NULL. An empty list does not grant access to any trustee, and thus, denies all access to an object.
To create a null access list, set the pAccessEntryList member of an ACTRL_PROPERTY_ENTRY structure to NULL. A null access list grants everyone full access to the object.
ACTRL_ACCESS_ENTRY, ACTRL_PROPERTY_ENTRY
file: /Techref/os/win/api/win32/struc/src/str00_16.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 11:44,
18.226.88.151: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_16.htm"> ACTRL_ACCESS_ENTRY_LIST</A> |
Did you find what you needed? |