mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
Implement UserUnloadKeyboardLayout()
svn path=/trunk/; revision=26234
This commit is contained in:
parent
9e8d69fa5d
commit
f18384ae4f
2 changed files with 2 additions and 23 deletions
|
@ -697,13 +697,13 @@ UnhookWinEvent@4
|
||||||
UnhookWindowsHook@8
|
UnhookWindowsHook@8
|
||||||
UnhookWindowsHookEx@4
|
UnhookWindowsHookEx@4
|
||||||
UnionRect@12
|
UnionRect@12
|
||||||
UnloadKeyboardLayout@4
|
UnloadKeyboardLayout@4=NtUserUnloadKeyboardLayout@4
|
||||||
UnlockWindowStation@4
|
UnlockWindowStation@4
|
||||||
UnpackDDElParam@16
|
UnpackDDElParam@16
|
||||||
UnregisterClassA@8
|
UnregisterClassA@8
|
||||||
UnregisterClassW@8
|
UnregisterClassW@8
|
||||||
UnregisterDeviceNotification@4
|
UnregisterDeviceNotification@4
|
||||||
UnregisterHotKey@8
|
UnregisterHotKey@8=NtUserUnregisterHotKey@8
|
||||||
UnregisterMessagePumpHook@0
|
UnregisterMessagePumpHook@0
|
||||||
UnregisterUserApiHook@0
|
UnregisterUserApiHook@0
|
||||||
UpdateLayeredWindow@36
|
UpdateLayeredWindow@36
|
||||||
|
|
|
@ -517,27 +517,6 @@ ToUnicodeEx(UINT wVirtKey,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
BOOL STDCALL
|
|
||||||
UnloadKeyboardLayout(HKL hkl)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @implemented
|
|
||||||
*/
|
|
||||||
BOOL STDCALL
|
|
||||||
UnregisterHotKey(HWND hWnd,
|
|
||||||
int id)
|
|
||||||
{
|
|
||||||
return (BOOL)NtUserUnregisterHotKey(hWnd, id);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
|
Loading…
Reference in a new issue