Platform SDK: Access Control |
The MapGeneric method requests that the generic access rights in an access mask be mapped to their corresponding standard and specific access rights. For more information about generic, standard, and specific access rights, see Access Rights and Access Masks.
HRESULT MapGeneric( const GUID *pguidObjectType, UCHAR *pAceFlags, ACCESS_MASK *pMask );
Return S_OK if successful.
Return a nonzero error code if an error occurs.
Your MapGeneric implementation can call the MapGenericMask function to map the generic access rights in the access mask.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Aclui.h.
Access Control Editor Overview, Access Control Editor Interfaces, ACE_HEADER, CreateSecurityPage, EditSecurity, GUID, MapGenericMask