Go to the source code of this file.
◆ PFN_WDF_SYSTEMWORKITEM
◆ PSTACK_DEVICE_CAPABILITIES
◆ STACK_DEVICE_CAPABILITIES
◆ __drv_functionClass()
__drv_functionClass |
( |
EVT_SYSTEMWORKITEM |
| ) |
|
◆ SendDeviceUsageNotificationWorker()
Definition at line 264 of file supportkm.cpp.
274 relatedTopOfStack.
SetObject(RelatedDevice->GetAttachedDeviceReference());
284 RelatedIrp->SetParameterUsageNotificationInPath(
285 !RelatedIrp->GetNextStackParameterUsageNotificationInPath());
290 status = RelatedIrp->SendIrpSynchronously(relatedTopOfStack.
GetObject());
return STATUS_NOT_SUPPORTED
_In_ PTRANSFER_PACKET _In_ ULONG _In_ PIRP OriginalIrp
__inline MdDeviceObject GetObject(VOID)
__inline VOID SetObject(__in_opt MdDeviceObject DeviceObject)
static SERVICE_STATUS status
Referenced by _DeviceUsageNotificationWorkItem(), and SendDeviceUsageNotification().
◆ _DeviceUsageNotificationWorkItem
IO_WORKITEM_ROUTINE _DeviceUsageNotificationWorkItem |