ReactOS 0.4.15-dev-7842-g558ab78
_WDF_DEVICE_PNP_NOTIFICATION_DATA Struct Reference

#include <wdfdevice.h>

Collaboration diagram for _WDF_DEVICE_PNP_NOTIFICATION_DATA:

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 642 of file wdfdevice.h.

Member Data Documentation

◆ CurrentState

WDF_DEVICE_PNP_STATE _WDF_DEVICE_PNP_NOTIFICATION_DATA::CurrentState

Definition at line 653 of file wdfdevice.h.

◆ 

union { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA::Data

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA::EnterState

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA::LeaveState

◆ NewState

WDF_DEVICE_PNP_STATE _WDF_DEVICE_PNP_NOTIFICATION_DATA::NewState

Definition at line 658 of file wdfdevice.h.

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_PNP_NOTIFICATION_DATA::Type

Definition at line 646 of file wdfdevice.h.


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