mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
[IMM32][USER32] ImmPutImeMenuItemsIntoMappedFile (#4588)
Implement inter-process menu item retrieving. CORE-11700
This commit is contained in:
parent
fe777bb52f
commit
ffbdb7d39e
6 changed files with 307 additions and 6 deletions
|
@ -28,6 +28,7 @@ extern "C" {
|
|||
#define IMS_IMEACTIVATE 0x17
|
||||
#define IMS_IMEDEACTIVATE 0x18
|
||||
#define IMS_ACTIVATELAYOUT 0x19
|
||||
#define IMS_GETIMEMENU 0x1C
|
||||
|
||||
#define IMMGWL_IMC 0
|
||||
#define IMMGWL_PRIVATE (sizeof(LONG))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue