Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines LPI state flags, either as a structure or as an integer.
Syntax
typedef union _LPI_STATE_FLAGS {
struct {
ULONG Disabled : 1;
ULONG CounterUnavailable : 1;
ULONG Reserved : 30;
};
ULONG AsUlong;
} LPI_STATE_FLAGS, *PLPI_STATE_FLAGS;
Members
Disabled
Defines the ULONG member Disabled.
CounterUnavailable
Defines the ULONG member CounterUnavailable.
Reserved
Reserved for future use.
AsUlong
Defines the ULONG member AsUlong.
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h (include Acpitabl.h) |