Prev Next

ACTRL_ACCESS_INFO info  Overview  Group

[This is a preview of an interface that may appear in future releases of Windows.]

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.

See Also

GetAccessPermissionsForObject