Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function sets the current conversion status.
Syntax
BOOL ImmSetConversionStatus(
HIMC hIMC,
DWORD fdwConversion,
DWORD fdwSentence
);
Parameters
- hIMC
[in] Handle to the input context. If hIMC is NULL, then the conversion mode of the current active context is set.
- fdwConversion
[in] Conversion mode values. For more information, see IME Conversion Mode Values.
- fdwSentence
[in] Sentence-mode values. For more information, see IME Sentence Mode Values.
Return Value
Nonzero indicates success. Zero indicates failure.
Remarks
This function sends a IMN_SETCONVERSIONMODE message to the application when a mode change occurs and a IMN_SETSENTENCEMODE message when a sentence mode changes.
Requirements
| Header | imm.h |
| Library | Coreimm.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IMN_SETCONVERSIONMODE
IMN_SETSENTENCEMODE
Concepts
IME Conversion Mode Values
IME Sentence Mode Values