mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[VIDEOPRT]
- Initialize PnP IRPs with the correct status svn path=/trunk/; revision=52355
This commit is contained in:
@@ -56,8 +56,8 @@ IopInitiatePnpIrp(
|
||||
IoStatusBlock);
|
||||
|
||||
/* PNP IRPs are always initialized with a status code of
|
||||
STATUS_NOT_IMPLEMENTED */
|
||||
Irp->IoStatus.Status = STATUS_NOT_IMPLEMENTED;
|
||||
STATUS_NOT_SUPPORTED */
|
||||
Irp->IoStatus.Status = STATUS_NOT_SUPPORTED;
|
||||
Irp->IoStatus.Information = 0;
|
||||
|
||||
IrpSp = IoGetNextIrpStackLocation(Irp);
|
||||
|
||||
Reference in New Issue
Block a user