|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wdf113.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 |
| WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::CurrentState |
| union { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::Data |
| struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::EnterState |
| struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::LeaveState |
| WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::NewState |
| struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::PostProcessState |
| WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_13::Type |