.
Summary
The
MapGenericMask function maps the generic access rights in an access mask to specific and standard access rights. The function applies a mapping supplied in a GENERIC_MAPPING structure.
The MapGenericMask function maps the generic access rights in an access mask to specific and standard access rights. The function applies a mapping supplied in a GENERIC_MAPPING structure.
3/16/2007 7:33:33 AM - anonymous
.
static extern void MapGenericMask(ref uint AccessMask, ref GENERIC_MAPPING GenericMapping);
.
GENERIC_MAPPING
.
Summary
The GENERIC_MAPPING structure defines the mapping of generic access rights to specific and standard access rights for an object. When a client application requests generic access to an object, that request is mapped to the access rights defined in this structure.
.
struct GENERIC_MAPPING
.
Public Structure GENERIC_MAPPING
.
Documentation
[GENERIC_MAPPING] on MSDN