Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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) |