ReactOS 0.4.16-dev-112-g52265ae
|
#include <wdfdevice.h>
Definition at line 1158 of file wdfdevice.h.
PFN_WDF_DEVICE_D0_ENTRY _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceD0Entry |
Definition at line 1164 of file wdfdevice.h.
Referenced by DriverEvtDeviceAdd().
PFN_WDF_DEVICE_D0_ENTRY_POST_INTERRUPTS_ENABLED _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceD0EntryPostInterruptsEnabled |
Definition at line 1165 of file wdfdevice.h.
PFN_WDF_DEVICE_D0_EXIT _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceD0Exit |
Definition at line 1166 of file wdfdevice.h.
Referenced by DriverEvtDeviceAdd().
PFN_WDF_DEVICE_D0_EXIT_PRE_INTERRUPTS_DISABLED _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceD0ExitPreInterruptsDisabled |
Definition at line 1167 of file wdfdevice.h.
PFN_WDF_DEVICE_PREPARE_HARDWARE _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDevicePrepareHardware |
Definition at line 1168 of file wdfdevice.h.
PFN_WDF_DEVICE_QUERY_REMOVE _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceQueryRemove |
Definition at line 1176 of file wdfdevice.h.
PFN_WDF_DEVICE_QUERY_STOP _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceQueryStop |
Definition at line 1177 of file wdfdevice.h.
PFN_WDF_DEVICE_RELATIONS_QUERY _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceRelationsQuery |
Definition at line 1179 of file wdfdevice.h.
PFN_WDF_DEVICE_RELEASE_HARDWARE _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceReleaseHardware |
Definition at line 1169 of file wdfdevice.h.
PFN_WDF_DEVICE_SELF_MANAGED_IO_CLEANUP _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceSelfManagedIoCleanup |
Definition at line 1170 of file wdfdevice.h.
Referenced by DriverEvtDeviceAdd().
PFN_WDF_DEVICE_SELF_MANAGED_IO_FLUSH _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceSelfManagedIoFlush |
Definition at line 1171 of file wdfdevice.h.
PFN_WDF_DEVICE_SELF_MANAGED_IO_INIT _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceSelfManagedIoInit |
Definition at line 1172 of file wdfdevice.h.
Referenced by DriverEvtDeviceAdd().
PFN_WDF_DEVICE_SELF_MANAGED_IO_RESTART _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceSelfManagedIoRestart |
Definition at line 1174 of file wdfdevice.h.
PFN_WDF_DEVICE_SELF_MANAGED_IO_SUSPEND _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceSelfManagedIoSuspend |
Definition at line 1173 of file wdfdevice.h.
PFN_WDF_DEVICE_SURPRISE_REMOVAL _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceSurpriseRemoval |
Definition at line 1175 of file wdfdevice.h.
Referenced by DriverEvtDeviceAdd().
PFN_WDF_DEVICE_USAGE_NOTIFICATION _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceUsageNotification |
Definition at line 1178 of file wdfdevice.h.
PFN_WDF_DEVICE_USAGE_NOTIFICATION_EX _WDF_PNPPOWER_EVENT_CALLBACKS::EvtDeviceUsageNotificationEx |
Definition at line 1180 of file wdfdevice.h.
ULONG _WDF_PNPPOWER_EVENT_CALLBACKS::Size |
Definition at line 1162 of file wdfdevice.h.
Referenced by AddEventHooksWdfDeviceCreate().