Commit b54f3e71 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

ntoskrnl.exe: Add stub for IoUnregisterShutdownNotification.

parent 13a7e699
......@@ -838,6 +838,15 @@ NTSTATUS WINAPI IoRegisterShutdownNotification( PDEVICE_OBJECT obj )
/***********************************************************************
* IoUnregisterShutdownNotification (NTOSKRNL.EXE.@)
*/
VOID WINAPI IoUnregisterShutdownNotification( PDEVICE_OBJECT obj )
{
FIXME( "stub: %p\n", obj );
}
/***********************************************************************
* IoReportResourceUsage (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI IoReportResourceUsage(PUNICODE_STRING name, PDRIVER_OBJECT drv_obj, PCM_RESOURCE_LIST drv_list,
......
......@@ -470,7 +470,7 @@
@ stdcall IoUnregisterFileSystem(ptr)
@ stub IoUnregisterFsRegistrationChange
@ stub IoUnregisterPlugPlayNotification
@ stub IoUnregisterShutdownNotification
@ stdcall IoUnregisterShutdownNotification(ptr)
@ stub IoUpdateShareAccess
@ stub IoValidateDeviceIoControlAccess
@ stub IoVerifyPartitionTable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment