ReactOS 0.4.15-dev-7918-g2a2556c
_WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9 Struct Reference

#include <wdf19.h>

Collaboration diagram for _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9:

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 607 of file wdf19.h.

Member Data Documentation

◆ CurrentState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::CurrentState

Definition at line 618 of file wdf19.h.

◆ 

union { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::Data

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::EnterState

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::LeaveState

◆ NewState

WDF_DEVICE_POWER_STATE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::NewState

Definition at line 623 of file wdf19.h.

◆ 

struct { ... } _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_POWER_NOTIFICATION_DATA_V1_9::Type

Definition at line 611 of file wdf19.h.


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