Retrieves the current conversion status.
Syntax
HRESULT GetConversionStatus( HIMC hIMC, DWORD *pfdwConversion, DWORD *pfdwSentence );
Parameters
- hIMC
- [in] Handle to the input context for which to retrieve information.
- pfdwConversion
- [out] Address of an unsigned long integer value that receives a combination of conversion mode values.
- pfdwSentence
- [out] Address of an unsigned long integer value that receives a sentence mode value.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmGetConversionStatus function documented in the Microsoft® Platform Software Development Kit (SDK).