ReactOS 0.4.16-dev-814-g656a5dc
|
Go to the source code of this file.
Variables | |
EVT_WDF_DEVICE_D0_ENTRY | VfEvtDeviceD0Entry |
EVT_WDF_DEVICE_D0_ENTRY_POST_INTERRUPTS_ENABLED | VfEvtDeviceD0EntryPostInterruptsEnabled |
EVT_WDF_DEVICE_D0_EXIT | VfEvtDeviceD0Exit |
EVT_WDF_DEVICE_D0_EXIT_PRE_INTERRUPTS_DISABLED | VfEvtDeviceD0ExitPreInterruptsDisabled |
EVT_WDF_DEVICE_PREPARE_HARDWARE | VfEvtDevicePrepareHardware |
EVT_WDF_DEVICE_RELEASE_HARDWARE | VfEvtDeviceReleaseHardware |
EVT_WDF_DEVICE_SELF_MANAGED_IO_CLEANUP | VfEvtDeviceSelfManagedIoCleanup |
EVT_WDF_DEVICE_SELF_MANAGED_IO_FLUSH | VfEvtDeviceSelfManagedIoFlush |
EVT_WDF_DEVICE_SELF_MANAGED_IO_INIT | VfEvtDeviceSelfManagedIoInit |
EVT_WDF_DEVICE_SELF_MANAGED_IO_SUSPEND | VfEvtDeviceSelfManagedIoSuspend |
EVT_WDF_DEVICE_SELF_MANAGED_IO_RESTART | VfEvtDeviceSelfManagedIoRestart |
EVT_WDF_DEVICE_QUERY_STOP | VfEvtDeviceQueryStop |
EVT_WDF_DEVICE_QUERY_REMOVE | VfEvtDeviceQueryRemove |
EVT_WDF_DEVICE_SURPRISE_REMOVAL | VfEvtDeviceSurpriseRemoval |
EVT_WDF_DEVICE_USAGE_NOTIFICATION | VfEvtDeviceUsageNotification |
EVT_WDF_DEVICE_USAGE_NOTIFICATION_EX | VfEvtDeviceUsageNotificationEx |
EVT_WDF_DEVICE_RELATIONS_QUERY | VfEvtDeviceRelationsQuery |
EVT_WDF_IO_QUEUE_IO_DEFAULT | VfEvtIoDefault |
EVT_WDF_IO_QUEUE_IO_STOP | VfEvtIoStop |
EVT_WDF_IO_QUEUE_IO_RESUME | VfEvtIoResume |
EVT_WDF_IO_QUEUE_IO_READ | VfEvtIoRead |
EVT_WDF_IO_QUEUE_IO_WRITE | VfEvtIoWrite |
EVT_WDF_IO_QUEUE_IO_DEVICE_CONTROL | VfEvtIoDeviceControl |
EVT_WDF_IO_QUEUE_IO_INTERNAL_DEVICE_CONTROL | VfEvtIoInternalDeviceControl |
EVT_WDF_IO_QUEUE_IO_CANCELED_ON_QUEUE | VfEvtIoCanceledOnQueue |
EVT_WDF_DEVICE_D0_ENTRY VfEvtDeviceD0Entry |
Definition at line 24 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_D0_ENTRY_POST_INTERRUPTS_ENABLED VfEvtDeviceD0EntryPostInterruptsEnabled |
Definition at line 25 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_D0_EXIT VfEvtDeviceD0Exit |
Definition at line 26 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_D0_EXIT_PRE_INTERRUPTS_DISABLED VfEvtDeviceD0ExitPreInterruptsDisabled |
Definition at line 27 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_PREPARE_HARDWARE VfEvtDevicePrepareHardware |
Definition at line 28 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_QUERY_REMOVE VfEvtDeviceQueryRemove |
Definition at line 36 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_QUERY_STOP VfEvtDeviceQueryStop |
Definition at line 35 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_RELATIONS_QUERY VfEvtDeviceRelationsQuery |
Definition at line 40 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_RELEASE_HARDWARE VfEvtDeviceReleaseHardware |
Definition at line 29 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_SELF_MANAGED_IO_CLEANUP VfEvtDeviceSelfManagedIoCleanup |
Definition at line 30 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_SELF_MANAGED_IO_FLUSH VfEvtDeviceSelfManagedIoFlush |
Definition at line 31 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_SELF_MANAGED_IO_INIT VfEvtDeviceSelfManagedIoInit |
Definition at line 32 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_SELF_MANAGED_IO_RESTART VfEvtDeviceSelfManagedIoRestart |
Definition at line 34 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_SELF_MANAGED_IO_SUSPEND VfEvtDeviceSelfManagedIoSuspend |
Definition at line 33 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_SURPRISE_REMOVAL VfEvtDeviceSurpriseRemoval |
Definition at line 37 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_USAGE_NOTIFICATION VfEvtDeviceUsageNotification |
Definition at line 38 of file vfeventhooks.hpp.
EVT_WDF_DEVICE_USAGE_NOTIFICATION_EX VfEvtDeviceUsageNotificationEx |
Definition at line 39 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_CANCELED_ON_QUEUE VfEvtIoCanceledOnQueue |
Definition at line 48 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_DEFAULT VfEvtIoDefault |
Definition at line 41 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_DEVICE_CONTROL VfEvtIoDeviceControl |
Definition at line 46 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_INTERNAL_DEVICE_CONTROL VfEvtIoInternalDeviceControl |
Definition at line 47 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_READ VfEvtIoRead |
Definition at line 44 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_RESUME VfEvtIoResume |
Definition at line 43 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_STOP VfEvtIoStop |
Definition at line 42 of file vfeventhooks.hpp.
EVT_WDF_IO_QUEUE_IO_WRITE VfEvtIoWrite |
Definition at line 45 of file vfeventhooks.hpp.