ntoskrnl.exe: Add stub for IoUnregisterShutdownNotification.

This commit is contained in:
Stefan Leichter 2011-12-27 16:04:59 +01:00 committed by Alexandre Julliard
parent 13a7e6995a
commit b54f3e711f
2 changed files with 10 additions and 1 deletions

View File

@ -837,6 +837,15 @@ NTSTATUS WINAPI IoRegisterShutdownNotification( PDEVICE_OBJECT obj )
}
/***********************************************************************
* IoUnregisterShutdownNotification (NTOSKRNL.EXE.@)
*/
VOID WINAPI IoUnregisterShutdownNotification( PDEVICE_OBJECT obj )
{
FIXME( "stub: %p\n", obj );
}
/***********************************************************************
* IoReportResourceUsage (NTOSKRNL.EXE.@)
*/

View File

@ -470,7 +470,7 @@
@ stdcall IoUnregisterFileSystem(ptr)
@ stub IoUnregisterFsRegistrationChange
@ stub IoUnregisterPlugPlayNotification
@ stub IoUnregisterShutdownNotification
@ stdcall IoUnregisterShutdownNotification(ptr)
@ stub IoUpdateShareAccess
@ stub IoValidateDeviceIoControlAccess
@ stub IoVerifyPartitionTable