ReactOS 0.4.15-dev-7942-gd23573b
_WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9 Struct Reference

#include <wdf19.h>

Collaboration diagram for _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9:

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

Member Data Documentation

◆ CurrentState

WDF_DEVICE_PNP_STATE _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::CurrentState

Definition at line 573 of file wdf19.h.

◆ 

union { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::Data

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::EnterState

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::LeaveState

◆ NewState

WDF_DEVICE_PNP_STATE _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::NewState

Definition at line 578 of file wdf19.h.

◆ 

struct { ... } _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::PostProcessState

◆ Type

WDF_STATE_NOTIFICATION_TYPE _WDF_DEVICE_PNP_NOTIFICATION_DATA_V1_9::Type

Definition at line 566 of file wdf19.h.


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