NTSTATUS __stdcall ViFilterGenericCompletionRoutine(_DEVICE_OBJECT *DeviceObject, _IRP *Irp, VOID *Context){
if( Irp->PendingReturned )
Irp->Tail.CurrentStackLocation->Control |= 1u;
IoReleaseRemoveLockEx((PIO_REMOVE_LOCK)((char *)DeviceObject->DeviceExtension + 32), Irp, 0x20u);
return 0;
}