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