|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <cmtypes.h>

Public Attributes | |
| GUID | EventGuid |
| PLUGPLAY_EVENT_CATEGORY | EventCategory |
| PULONG | Result |
| ULONG | Flags |
| ULONG | TotalSize |
| PVOID | DeviceObject |
| union { | |
| struct { | |
| GUID ClassGuid | |
| WCHAR SymbolicLinkName [ANYSIZE_ARRAY] | |
| } DeviceClass | |
| struct { | |
| WCHAR DeviceIds [ANYSIZE_ARRAY] | |
| } TargetDevice | |
| struct { | |
| WCHAR DeviceId [ANYSIZE_ARRAY] | |
| } InstallDevice | |
| struct { | |
| PVOID NotificationStructure | |
| WCHAR DeviceIds [ANYSIZE_ARRAY] | |
| } CustomNotification | |
| struct { | |
| PVOID Notification | |
| } ProfileNotification | |
| struct { | |
| ULONG NotificationCode | |
| ULONG NotificationData | |
| } PowerNotification | |
| struct { | |
| PNP_VETO_TYPE VetoType | |
| WCHAR DeviceIdVetoNameBuffer [ANYSIZE_ARRAY] | |
| } VetoNotification | |
| struct { | |
| GUID BlockedDriverGuid | |
| } BlockedDriverNotification | |
| }; | |
| union { ... } _PLUGPLAY_EVENT_BLOCK::@2578 |
| struct { ... } _PLUGPLAY_EVENT_BLOCK::BlockedDriverNotification |
| struct { ... } _PLUGPLAY_EVENT_BLOCK::CustomNotification |
| struct { ... } _PLUGPLAY_EVENT_BLOCK::DeviceClass |
Referenced by IopQueueDeviceChangeEvent().
| WCHAR _PLUGPLAY_EVENT_BLOCK::DeviceId[ANYSIZE_ARRAY] |
| WCHAR _PLUGPLAY_EVENT_BLOCK::DeviceIds[ANYSIZE_ARRAY] |
| WCHAR _PLUGPLAY_EVENT_BLOCK::DeviceIdVetoNameBuffer[ANYSIZE_ARRAY] |
| PLUGPLAY_EVENT_CATEGORY _PLUGPLAY_EVENT_BLOCK::EventCategory |
Definition at line 406 of file cmtypes.h.
Referenced by IopQueueDeviceChangeEvent(), IopQueueDeviceInstallEvent(), IopQueueTargetDeviceEvent(), and PnpEventThread().
| GUID _PLUGPLAY_EVENT_BLOCK::EventGuid |
Definition at line 405 of file cmtypes.h.
Referenced by IopQueueDeviceChangeEvent(), IopQueueDeviceInstallEvent(), IopQueueTargetDeviceEvent(), and PnpEventThread().
| struct { ... } _PLUGPLAY_EVENT_BLOCK::InstallDevice |
Referenced by IopQueueDeviceInstallEvent().
| struct { ... } _PLUGPLAY_EVENT_BLOCK::PowerNotification |
| struct { ... } _PLUGPLAY_EVENT_BLOCK::ProfileNotification |
| WCHAR _PLUGPLAY_EVENT_BLOCK::SymbolicLinkName[ANYSIZE_ARRAY] |
Definition at line 416 of file cmtypes.h.
Referenced by IopQueueDeviceChangeEvent().
| struct { ... } _PLUGPLAY_EVENT_BLOCK::TargetDevice |
Referenced by IopQueueTargetDeviceEvent(), and PnpEventThread().
| ULONG _PLUGPLAY_EVENT_BLOCK::TotalSize |
Definition at line 409 of file cmtypes.h.
Referenced by IopQueueDeviceChangeEvent(), IopQueueDeviceInstallEvent(), and IopQueueTargetDeviceEvent().
| struct { ... } _PLUGPLAY_EVENT_BLOCK::VetoNotification |
| PNP_VETO_TYPE _PLUGPLAY_EVENT_BLOCK::VetoType |