ACTRL_ACCESS structure
Applies to: desktop apps only
Contains an array of access-control lists for an object and its properties.
Syntax
typedef struct _ACTRL_ACCESS {
ULONG cEntries;
PACTRL_PROPERTY_ENTRY pPropertyAccessList;
} ACTRL_ACCESS, *PACTRL_ACCESS;
Members
- cEntries
-
The number of entries in the pPropertyAccessList array.
- pPropertyAccessList
-
An array of ACTRL_PROPERTY_ENTRY structures. Each structure contains a list of access-control entries for an object or a specified property on the object.
Remarks
Note the following type definition.
typedef PACTRL_ACCESSW PACTRL_ACCESSW_ALLOCATE_ALL_NODES;
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Unicode and ANSI names | ACTRL_ACCESSW (Unicode) and ACTRL_ACCESSA (ANSI) |
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012