Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GENERIC_MAPPING" in [All]

advapi32

.
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.
.

static extern void MapGenericMask(ref uint AccessMask, ref GENERIC_MAPPING GenericMapping);

.

GENERIC_MAPPING

Structures

.
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

 
Access PInvoke.net directly from VS: