ntoskrnl.exe: Add stub for IoUnregisterPlugPlayNotification.

Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Louis Lenders 2018-06-26 17:05:31 +02:00 committed by Alexandre Julliard
parent c8fcedcf26
commit 37e22ebb33
2 changed files with 10 additions and 1 deletions

View File

@ -2763,6 +2763,15 @@ NTSTATUS WINAPI IoRegisterPlugPlayNotification(IO_NOTIFICATION_EVENT_CATEGORY ca
return STATUS_SUCCESS;
}
/*****************************************************
* IoUnregisterPlugPlayNotification (NTOSKRNL.EXE.@)
*/
NTSTATUS WINAPI IoUnregisterPlugPlayNotification(PVOID notification)
{
FIXME("stub: %p\n", notification);
return STATUS_SUCCESS;
}
/*****************************************************
* IoCsqInitialize (NTOSKRNL.EXE.@)
*/

View File

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