mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[NTOS:WMI]
- Actually fix WmipShutdown. Spotted by Hermès CORE-10105 svn path=/trunk/; revision=69014
This commit is contained in:
parent
8751ae5a8b
commit
cba5662485
1 changed files with 3 additions and 2 deletions
|
@ -552,8 +552,9 @@ WmipShutdown(
|
||||||
_Inout_ PDEVICE_OBJECT DeviceObject,
|
_Inout_ PDEVICE_OBJECT DeviceObject,
|
||||||
_Inout_ PIRP Irp)
|
_Inout_ PIRP Irp)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
Irp->IoStatus.Status = STATUS_SUCCESS;
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||||
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
_Function_class_(FAST_IO_DEVICE_CONTROL)
|
_Function_class_(FAST_IO_DEVICE_CONTROL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue