IMEINFO structure
Contains information about the Active Input Method Editor (IME).
Syntax
typedef struct { DWORD dwPrivateDataSize; DWORD fdwProperty; DWORD fdwConverstionCaps; DWORD fdwSentenceCaps; DWORD fdwUICaps; DWORD fdwSCSCaps; DWORD fdwSelectCaps; } IMEINFO;
Members
- dwPrivateDataSize
-
Unsigned long integer value that contains the byte count of the private data.
- fdwProperty
-
Unsigned long integer value that contains the Active IME property values.
- fdwConverstionCaps
-
Unsigned long integer value that contains the Active IME conversion mode capability values.
- fdwSentenceCaps
-
Unsigned long integer value that contains the Active IME sentence mode capability.
- fdwUICaps
-
Unsigned long integer value that contains the Active IME user interface capability.
- fdwSCSCaps
-
Unsigned long integer value that contains the set composition string capability.
- fdwSelectCaps
-
Unsigned long integer value that contains the Active IME's capability to inherit input contexts.
Remarks
This structure maps to the IMEINFO structure documented in the Microsoft Windows NT Driver Development Kit.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|