[PSDK] Add missing UnregisterDeviceNotification() to winuser.h.

This commit is contained in:
Eric Kohl 2019-07-27 19:59:32 +02:00
parent 353e05a4f3
commit 294af4a774

View file

@ -5344,6 +5344,9 @@ BOOL WINAPI UnionRect(_Out_ LPRECT, _In_ LPCRECT, _In_ LPCRECT);
BOOL WINAPI UnloadKeyboardLayout(_In_ HKL);
BOOL WINAPI UnregisterClassA(_In_ LPCSTR,HINSTANCE);
BOOL WINAPI UnregisterClassW(_In_ LPCWSTR,HINSTANCE);
#if (WINVER >= 0x0500)
BOOL WINAPI UnregisterDeviceNotification(_In_ HDEVNOTIFY);
#endif
BOOL WINAPI UnregisterHotKey(_In_opt_ HWND, _In_ int);
BOOL WINAPI UpdateWindow(_In_ HWND);
#if (_WIN32_WINNT >= 0x0500)