[Now Supported on Windows NT]
The ImmGetConversionStatus function gets the current conversion status.
BOOL ImmGetConversionStatus(
HIMC hIMC, | |
LPDWORD lpfdwConversion, | |
LPDWORD lpfdwSentence | |
); |
Parameters
hIMC
Handle to the input context for which to retrieve information.
lpfdwConversion
Pointer to a 32-bit variable that receives a combination of conversion mode values. For more information, see the "IME Conversion Mode Values" table in Input Method Editor Constants.
lpfdwSentence
Pointer to a 32-bit variable that receives a sentence mode value. For more information, see the "IME Sentence Mode Values" table in Input Method Editor Constants.
Return Values
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero.
Remarks
Conversion and sentence mode values are set only if the IME supports those modes.