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.
Sets the current conversion status.
Syntax
BOOL ImmSetConversionStatus(
[in] HIMC unnamedParam1,
[in] DWORD unnamedParam2,
[in] DWORD unnamedParam3
);
Parameters
[in] unnamedParam1
Handle to the input context.
[in] unnamedParam2
Conversion mode values. For more information, see IME Conversion Mode Values.
[in] unnamedParam3
Sentence mode values. For more information, see IME Sentence Mode Values.
Return value
Returns a nonzero value if successful, or 0 otherwise.
Remarks
This function sends the IMN_SETCONVERSIONMODE and IMN_SETSENTENCEMODE commands to the application.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only],East Asian language support installed. |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | immdev.h (include Immdev.h, Windows.h) |
Library | Imm32.lib |
DLL | Imm32.dll |