ReactOS 0.4.15-dev-7842-g558ab78
_WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1 Struct Reference

#include <wdf11.h>

Collaboration diagram for _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1:

Public Attributes

WDF_STATE_NOTIFICATION_TYPE Type
 
union {
   struct {
      WDF_DEVICE_PNP_STATE   CurrentState
 
      WDF_DEVICE_PNP_STATE   NewState
 
   }   EnterState
 
   struct {
      WDF_DEVICE_PNP_STATE   CurrentState
 
   }   PostProcessState
 
   struct {
      WDF_DEVICE_PNP_STATE   CurrentState
 
      WDF_DEVICE_PNP_STATE   NewState
 
   }   LeaveState
 
Data
 

Detailed Description

Definition at line 451 of file wdf11.h.

Member Data Documentation

◆ CurrentState

WDF_DEVICE_PNP_STATE _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::CurrentState

Definition at line 462 of file wdf11.h.

◆ 

union { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::Data

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::EnterState

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::LeaveState

◆ NewState

WDF_DEVICE_PNP_STATE _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::NewState

Definition at line 467 of file wdf11.h.

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_1::Type

Definition at line 455 of file wdf11.h.


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