mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[VIDEOPRT] Complete dispatch IOCTL with IO_VIDEO_INCREMENT priority boost.
This commit is contained in:
@@ -827,7 +827,7 @@ IntVideoPortDispatchDeviceControl(
|
||||
INFO_(VIDEOPRT, "- Returned status: 0x%x\n", Status);
|
||||
|
||||
Irp->IoStatus.Status = Status;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
IoCompleteRequest(Irp, IO_VIDEO_INCREMENT);
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user