ReactOS 0.4.15-dev-7906-g1b85a5f
_WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0 Struct Reference

#include <wdf20.h>

Collaboration diagram for _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0:

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 664 of file wdf20.h.

Member Data Documentation

◆ CurrentState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::CurrentState

Definition at line 675 of file wdf20.h.

◆ 

union { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::Data

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::EnterState

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::LeaveState

◆ NewState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::NewState

Definition at line 680 of file wdf20.h.

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V2_0::Type

Definition at line 668 of file wdf20.h.


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