mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 21:33:25 +00:00
[NTUSER][USER32] NtUserGetKeyboardLayoutName and GetKeyboardLayoutNameW (#4595)
#4594 has proved that the 1st argument of NtUserGetKeyboardLayoutName has type PUNICODE_STRING. CORE-11700
This commit is contained in:
parent
786017c5b6
commit
3e42f7b478
7 changed files with 32 additions and 9 deletions
|
@ -417,7 +417,7 @@
|
|||
@ stdcall NtUserGetImeInfoEx(long long)
|
||||
@ stdcall NtUserGetInternalWindowPos(ptr ptr ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutList(long ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(str)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(ptr)
|
||||
@ stdcall NtUserGetKeyboardState(ptr)
|
||||
@ stdcall NtUserGetKeyNameText(long wstr long)
|
||||
@ stdcall NtUserGetKeyState(long)
|
||||
|
|
|
@ -418,7 +418,7 @@
|
|||
@ stdcall NtUserGetImeInfoEx(long long)
|
||||
@ stdcall NtUserGetInternalWindowPos(ptr ptr ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutList(long ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(str)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(ptr)
|
||||
@ stdcall NtUserGetKeyboardState(ptr)
|
||||
@ stdcall NtUserGetKeyNameText(long wstr long)
|
||||
@ stdcall NtUserGetKeyState(long)
|
||||
|
|
|
@ -431,7 +431,7 @@
|
|||
@ stdcall NtUserGetImeInfoEx(long long)
|
||||
@ stdcall NtUserGetInternalWindowPos(ptr ptr ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutList(long ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(str)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(ptr)
|
||||
@ stdcall NtUserGetKeyboardState(ptr)
|
||||
@ stdcall NtUserGetKeyNameText(long wstr long)
|
||||
@ stdcall NtUserGetKeyState(long)
|
||||
|
|
|
@ -417,7 +417,7 @@
|
|||
@ stdcall NtUserGetImeInfoEx(long long)
|
||||
@ stdcall NtUserGetInternalWindowPos(ptr ptr ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutList(long ptr)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(str)
|
||||
@ stdcall NtUserGetKeyboardLayoutName(ptr)
|
||||
@ stdcall NtUserGetKeyboardState(ptr)
|
||||
@ stdcall NtUserGetKeyNameText(long wstr long)
|
||||
@ stdcall NtUserGetKeyState(long)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue