IoGetFileObjectGenericMapping - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

PGENERIC_MAPPING IoGetFileObjectGenericMapping();

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-iogetfileobjectgenericmapping)

IoGetFileObjectGenericMapping function

Description

The IoGetFileObjectGenericMapping routine returns information about the mapping between each generic access right and the set of specific access rights for file objects.

Return value

IoGetFileObjectGenericMapping returns a pointer to the GENERIC_MAPPING structure that describes the mapping between each generic access right and the implied set of specific access rights.

See also

GENERIC_MAPPING

IoCheckShareAccess

IoSetShareAccess

ZwCreateFile