LPI_STATE_FLAGS - NtDoc

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

typedef union _LPI_STATE_FLAGS {
  struct {
    ULONG Disabled : 1;
    ULONG CounterUnavailable : 1;
    ULONG Reserved : 30;
  };
  ULONG  AsUlong;
} LPI_STATE_FLAGS, *PLPI_STATE_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Defines LPI state flags, either as a structure or as an integer.

Members

Disabled

Defines the ULONG member Disabled.

CounterUnavailable

Defines the ULONG member CounterUnavailable.

Reserved

Reserved for future use.

AsUlong

Defines the ULONG member AsUlong.

Remarks

See also