ACTRL_ACCESS_INFO

[This is preliminary documentation and subject to change.]

The ACTRL_ACCESS_INFO structure is used to return information about the access rights an object supports.

typedef struct _ACTRL_ACCESS_INFO {
    ULONG       fAccessPermission;
    LPTSTR      lpAccessPermissionName;
} ACTRL_ACCESS_INFO, *PACTRL_ACCESS_INFO;
 

Members

fAccessPermission
A bit flag that specifies a provider-independent access right.
lpAccessPermissionName
Pointer to a null-terminated string containing the name of the access right.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in accctrl.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Access Control Overview, Access Control Structures, GetAccessPermissionsForObject