Added stub for UnregisterDeviceNotification.

This commit is contained in:
Stefan Leichter 2005-10-03 10:17:05 +00:00 committed by Alexandre Julliard
parent 3ec24a6ffd
commit 02dce5900e
2 changed files with 11 additions and 1 deletions

View File

@ -571,6 +571,16 @@ HDEVNOTIFY WINAPI RegisterDeviceNotificationW(HANDLE hRecepient, LPVOID pNotific
return 0;
}
/***********************************************************************
* UnregisterDeviceNotification (USER32.@)
*
*/
BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY hnd)
{
FIXME("(handle=%p), STUB!\n", hnd);
return TRUE;
}
/***********************************************************************
* GetAppCompatFlags (USER32.@)
*/

View File

@ -713,7 +713,7 @@
@ stdcall UnpackDDElParam(long long ptr ptr)
@ stdcall UnregisterClassA(str long)
@ stdcall UnregisterClassW(wstr long)
@ stub UnregisterDeviceNotification
@ stdcall UnregisterDeviceNotification(long)
@ stdcall UnregisterHotKey(long long)
# @ stub UnregisterMessagePumpHook
# @ stub UnregisterUserApiHook