ntoskrnl: Add IoUnregisterFileSystem stub.

This commit is contained in:
Ken Sharp 2009-06-17 22:27:42 +01:00 committed by Alexandre Julliard
parent d5c3b44fc2
commit b68737b6be
2 changed files with 9 additions and 1 deletions

View File

@ -1066,6 +1066,14 @@ VOID WINAPI IoRegisterFileSystem(PDEVICE_OBJECT DeviceObject)
FIXME("(%p): stub\n", DeviceObject);
}
/***********************************************************************
* IoUnregisterFileSystem (NTOSKRNL.EXE.@)
*/
VOID WINAPI IoUnregisterFileSystem(PDEVICE_OBJECT DeviceObject)
{
FIXME("(%p): stub\n", DeviceObject);
}
/***********************************************************************
* MmAllocateNonCachedMemory (NTOSKRNL.EXE.@)
*/

View File

@ -467,7 +467,7 @@
@ stub IoSynchronousInvalidateDeviceRelations
@ stub IoSynchronousPageWrite
@ stub IoThreadToProcess
@ stub IoUnregisterFileSystem
@ stdcall IoUnregisterFileSystem(ptr)
@ stub IoUnregisterFsRegistrationChange
@ stub IoUnregisterPlugPlayNotification
@ stub IoUnregisterShutdownNotification