Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.89 KB

ns-winnt-generic_mapping.md

File metadata and controls

97 lines (67 loc) · 2.89 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winnt._GENERIC_MAPPING
GENERIC_MAPPING (winnt.h)
Defines the mapping of generic access rights to specific and standard access rights for an object.
*PGENERIC_MAPPING
GENERIC_MAPPING
GENERIC_MAPPING structure [Security]
PGENERIC_MAPPING
PGENERIC_MAPPING structure pointer [Security]
_GENERIC_MAPPING
_win32_generic_mapping_str
security.generic_mapping
winnt/GENERIC_MAPPING
winnt/PGENERIC_MAPPING
security\generic_mapping.htm
security
e3c49b47-9bc7-4000-a131-449345ebb9cd
12/05/2018
*PGENERIC_MAPPING, GENERIC_MAPPING, GENERIC_MAPPING structure [Security], PGENERIC_MAPPING, PGENERIC_MAPPING structure pointer [Security], _GENERIC_MAPPING, _win32_generic_mapping_str, security.generic_mapping, winnt/GENERIC_MAPPING, winnt/PGENERIC_MAPPING
winnt.h
Windows.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
GENERIC_MAPPING
19H1
_GENERIC_MAPPING
winnt/_GENERIC_MAPPING
GENERIC_MAPPING
winnt/GENERIC_MAPPING
c++
APIRef
kbSyntax
HeaderDef
Winnt.h
GENERIC_MAPPING

GENERIC_MAPPING structure

-description

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

-field GenericRead

Specifies an access mask defining read access to an object.

-field GenericWrite

Specifies an access mask defining write access to an object.

-field GenericExecute

Specifies an access mask defining execute access to an object.

-field GenericAll

Specifies an access mask defining all possible types of access to an object.

-see-also

ACCESS_MASK

AccessCheck

AccessCheckAndAuditAlarm

CreatePrivateObjectSecurity

MapGenericMask

SetPrivateObjectSecurity