[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:
Katayama Hirofumi MZ 2022-08-06 08:02:31 +09:00 committed by GitHub
parent 786017c5b6
commit 3e42f7b478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 32 additions and 9 deletions

View file

@ -2431,7 +2431,7 @@ NtUserGetKeyboardLayoutList(
BOOL
NTAPI
NtUserGetKeyboardLayoutName(
LPWSTR lpszName);
_Inout_ PUNICODE_STRING pustrName);
DWORD
NTAPI