PRM_MODULE_INFORMATION - NtDoc

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

typedef struct _PRM_MODULE_INFORMATION {
  USHORT  Revision;
  USHORT  Length;
  GUID    Identifier;
  USHORT  MajorVersion;
  USHORT  MinorVersion;
  USHORT  HandlerCount;
  ULONG   HandlerOffset;
  ULONG64 MmioRangesPhysicalAddress;
} PRM_MODULE_INFORMATION, *PPRM_MODULE_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Defines the PRM_MODULE_INFORMATION structure.

Members

Revision

Length

Identifier

MajorVersion

MinorVersion

HandlerCount

HandlerOffset

MmioRangesPhysicalAddress

Remarks

See also