typedef struct _GENERIC_MAPPING { ULONG GenericRead; ULONG GenericWrite; ULONG GenericExecute; ULONG GenericAll; } GENERIC_MAPPING, *PGENERIC_MAPPING;
Windows Vista Kernel Structures