mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 08:41:41 +00:00
[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:
parent
cdf3b5e85a
commit
ba3affe5f7
4 changed files with 60 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue