|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wdfdevice.h>

Public Attributes | |
| WDF_STATE_NOTIFICATION_TYPE | Type |
| union { | |
| struct { | |
| WDF_DEVICE_POWER_STATE CurrentState | |
| WDF_DEVICE_POWER_STATE NewState | |
| } EnterState | |
| struct { | |
| WDF_DEVICE_POWER_STATE CurrentState | |
| } PostProcessState | |
| struct { | |
| WDF_DEVICE_POWER_STATE CurrentState | |
| WDF_DEVICE_POWER_STATE NewState | |
| } LeaveState | |
| } | Data |
Definition at line 685 of file wdfdevice.h.
| WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA::CurrentState |
Definition at line 696 of file wdfdevice.h.
| union { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA::Data |
| struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA::EnterState |
| struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA::LeaveState |
| WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA::NewState |
Definition at line 701 of file wdfdevice.h.
| struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA::PostProcessState |
| WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_POWER_NOTIFICATION_DATA::Type |
Definition at line 689 of file wdfdevice.h.