ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11 Struct Reference

#include <wdf111.h>

Collaboration diagram for _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11:

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
 

Detailed Description

Definition at line 679 of file wdf111.h.

Member Data Documentation

◆ CurrentState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::CurrentState

Definition at line 690 of file wdf111.h.

◆ 

union { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::Data

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::EnterState

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::LeaveState

◆ NewState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::NewState

Definition at line 695 of file wdf111.h.

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_11::Type

Definition at line 683 of file wdf111.h.


The documentation for this struct was generated from the following file: