table of contents
other versions
- wheezy 1.4.1-4
MapGenericMask(3w) | Wine API | MapGenericMask(3w) |
NAME¶
MapGenericMask (ADVAPI32.@)SYNOPSIS¶
VOID MapGenericMask(
PDWORD AccessMask,
PGENERIC_MAPPING GenericMapping
)
DESCRIPTION¶
Maps generic access rights into specific access rights according to the supplied mapping.PARAMS¶
AccessMask [In/Out] Access rights. GenericMapping [In] The mapping between generic and specific rights.RETURNS¶
Nothing.IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/advapi32/security.c". Debug channel "advapi".Oct 2012 | Wine API |