PRMT_TABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-acpitabl-prmt_table)

Description

Defines the PRMT_TABLE structure.

Members

PlatformGuid

ModuleInfoOffset

ModuleInfoCount

Remarks

See also