Added stub for UnregisterDeviceNotification.
This commit is contained in:
parent
3ec24a6ffd
commit
02dce5900e
|
@ -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.@)
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue