mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
17617221ce
## Overview 1. msctfime.ime is an IME file interface for new-style IMEs a.k.a. "Text Input Processors" (TIPs). 2. msctfime.ime is loaded as old-style IME file at ImmLoadLayout in specific condition. 3. msctfime.ime communicates with the current TIP (This feature is not implemented yet). ## Proposed changes - Add msctfime module at dll/ime/msctfime. - The functions in this module are currently stub. - Move IME file interface declarations from <imm.h> to <ddk/immdev.h>. - Modify ImmNotifyIME, NotifyIME, and ImeProcessKey prototypes for x64 compliance. CORE-19360
16 lines
400 B
C
16 lines
400 B
C
#pragma once
|
|
|
|
#define IDI_UNICODE 256
|
|
#define IDI_DOWN 257
|
|
|
|
#define IDS_OK 100
|
|
#define IDS_CANCEL 101
|
|
#define IDS_ABORT 102
|
|
#define IDS_RETRY 103
|
|
#define IDS_IGNORE 104
|
|
#define IDS_YES 105
|
|
#define IDS_NO 106
|
|
|
|
#define IDS_ENTER 512
|
|
#define IDS_FINALIZE_STRING 513
|
|
#define IDS_CONVERSION 514
|