ReactOS 0.4.15-dev-7924-g5949c20
_WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15 Struct Reference

#include <wdf115.h>

Collaboration diagram for _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15:

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 685 of file wdf115.h.

Member Data Documentation

◆ CurrentState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::CurrentState

Definition at line 696 of file wdf115.h.

◆ 

union { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::Data

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::EnterState

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::LeaveState

◆ NewState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::NewState

Definition at line 701 of file wdf115.h.

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_15::Type

Definition at line 689 of file wdf115.h.


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