ReactOS 0.4.16-dev-329-g9223134
|
#include <classpnp.h>
Public Attributes | |
ULONG | PowerDown:1 |
ULONG | LockQueue:1 |
ULONG | HandleSpinDown:1 |
ULONG | HandleSpinUp:1 |
ULONG | Reserved:27 |
Definition at line 666 of file classpnp.h.
ULONG _CLASS_POWER_OPTIONS::HandleSpinDown |
Definition at line 669 of file classpnp.h.
Referenced by ClasspPowerDownCompletion().
ULONG _CLASS_POWER_OPTIONS::HandleSpinUp |
Definition at line 670 of file classpnp.h.
Referenced by ClasspPowerUpCompletion().
ULONG _CLASS_POWER_OPTIONS::LockQueue |
Definition at line 668 of file classpnp.h.
Referenced by ClasspPowerDownCompletion(), and ClasspPowerUpCompletion().
ULONG _CLASS_POWER_OPTIONS::PowerDown |
Definition at line 667 of file classpnp.h.
Referenced by ClasspPowerDownCompletion(), and ClasspPowerUpCompletion().
ULONG _CLASS_POWER_OPTIONS::Reserved |
Definition at line 671 of file classpnp.h.