LPI_STATE_DESCRIPTOR - NtDoc

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

typedef struct _LPI_STATE_DESCRIPTOR {
  ULONG           Type;
  ULONG           Length;
  USHORT          UniqueId;
  UCHAR           Reserved[2];
  LPI_STATE_FLAGS Flags;
  GEN_ADDR        EntryTrigger;
  ULONG           Residency;
  ULONG           Latency;
  GEN_ADDR        ResidencyCounter;
  ULONGLONG       ResidencyCounterFrequency;
} LPI_STATE_DESCRIPTOR, *PLPI_STATE_DESCRIPTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_LPI_STATE_DESCRIPTOR structure

Description

Defines an LPI state descriptor.

Members

Type

The type.

Length

The length.

UniqueId

A unique ID.

Reserved

Reserved.

Flags

State flags.

EntryTrigger

An entry trigger.

Residency

A residency value.

Latency

A latency value.

ResidencyCounter

Residency counter.

ResidencyCounterFrequency

Residency counter frequency.