// ntddk.h
PGENERIC_MAPPING IoGetFileObjectGenericMapping();
View the official Windows Driver Kit DDI reference
No description available.
The IoGetFileObjectGenericMapping routine returns information about the mapping between each generic access right and the set of specific access rights for file objects.
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.