mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
[MSCTFIME][SDK] Implement CtfImeGuidAtom (#6196)
- Add CTFIMECONTEXT structure. - Add CicInputContext class. - Rename INPUTCONTEXTDX.dwUnknown5 as hCtfImeContext and retype it as HIMCC. - Implement CtfImeGetGuidAtom by using them. CORE-19360
This commit is contained in:
parent
6d100d5b29
commit
52bd0c0c18
3 changed files with 68 additions and 3 deletions
|
@ -149,7 +149,7 @@ typedef struct INPUTCONTEXTDX
|
|||
DWORD dwUnknown2;
|
||||
struct IME_STATE *pState; // +0x154
|
||||
DWORD dwChange; // +0x158
|
||||
DWORD dwUnknown5;
|
||||
HIMCC hCtfImeContext;
|
||||
} INPUTCONTEXTDX, *PINPUTCONTEXTDX, *LPINPUTCONTEXTDX;
|
||||
|
||||
// bits of fdwInit of INPUTCONTEXT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue