[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;