[NTUSER] Implement NtUserUpdateInputContext (#4228)

- Modify NtUserUpdateInputContext prototype.
- Implement NtUserUpdateInputContext function.
- Add enum UPDATE_INPUT_CONTEXT (UIC_*) to undocuser.h.
CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2022-01-01 20:57:51 +09:00 committed by GitHub
parent cdf3b5e85a
commit ba3affe5f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 9 deletions

View file

@ -296,6 +296,12 @@ MessageBoxTimeoutW(
LPCWSTR WINAPI MB_GetString(IN UINT wBtn);
/* dwType for NtUserUpdateInputContext */
typedef enum _UPDATE_INPUT_CONTEXT
{
UIC_CLIENTIMCDATA = 0,
UIC_IMEWINDOW
} UPDATE_INPUT_CONTEXT;
//
// User api hook