ReactOS 0.4.15-dev-7961-gdcf9eb0
_GENERIC_MAPPING Struct Reference

#include <nt_native.h>

Public Attributes

ACCESS_MASK GenericRead
 
ACCESS_MASK GenericWrite
 
ACCESS_MASK GenericExecute
 
ACCESS_MASK GenericAll
 

Detailed Description

Definition at line 564 of file nt_native.h.

Member Data Documentation

◆ GenericAll

ACCESS_MASK _GENERIC_MAPPING::GenericAll

◆ GenericExecute

ACCESS_MASK _GENERIC_MAPPING::GenericExecute

Definition at line 567 of file nt_native.h.

Referenced by RtlMapGenericMask(), and SepAccessCheckWorker().

◆ GenericRead

ACCESS_MASK _GENERIC_MAPPING::GenericRead

Definition at line 565 of file nt_native.h.

Referenced by RtlMapGenericMask(), and SepAccessCheckWorker().

◆ GenericWrite

ACCESS_MASK _GENERIC_MAPPING::GenericWrite

Definition at line 566 of file nt_native.h.

Referenced by RtlMapGenericMask(), and SepAccessCheckWorker().


The documentation for this struct was generated from the following files: