PRM_HANDLER_INFORMATION - NtDoc

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

typedef struct _PRM_HANDLER_INFORMATION {
  USHORT  Revision;
  USHORT  Length;
  GUID    Identifier;
  ULONG64 PhysicalAddress;
  ULONG64 StaticBufferPhysicalAddress;
  ULONG64 AcpiParameterPhysicalAddress;
} PRM_HANDLER_INFORMATION, *PPRM_HANDLER_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Defines the PRM_HANDLER_INFORMATION structure.

Members

Revision

Length

Identifier

PhysicalAddress

StaticBufferPhysicalAddress

AcpiParameterPhysicalAddress

Remarks

See also