// acpitabl.h
typedef struct _PRMT_TABLE {
DESCRIPTION_HEADER Header;
GUID PlatformGuid;
ULONG ModuleInfoOffset;
ULONG ModuleInfoCount;
} PRMT_TABLE, *PPRMT_TABLE;
View the official Windows Driver Kit DDI referenceNo description available.
Defines the PRMT_TABLE structure.
HeaderPlatformGuidModuleInfoOffsetModuleInfoCount