KseDsCompletionHookForStopDevice

VOID __stdcall KseDsCompletionHookForStopDevice(_DEVICE_OBJECT *DeviceObject, _IRP *Irp, VOID *Context){
  KsepDsEventPnpStopDevice(DeviceObject->DriverObject, DeviceObject, Irp, (unsigned int)Irp->IoStatus.Status);
}

Referenced by:

No references.