Gets the current conversion status.
Syntax
HRESULT GetConversionStatus(
  [in]  HIMC  hIMC,
  [out] DWORD *pfdwConversion,
  [out] DWORD *pfdwSentence
);
Parameters
- hIMC [in] 
 A handle to the input context for which to get information.
- pfdwConversion [out] 
 The address of an unsigned long integer value that receives a combination of conversion mode values.
- pfdwSentence [out] 
 The address of an unsigned long integer value that receives a sentence mode value.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmGetConversionStatus function that is documented in the Windows Software Development Kit (SDK).
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Header | Dimm.h | 
| IDL | Dimm.idl |