IActiveIMMIME::SetConversionStatus method

Sets the current conversion status.

Syntax

HRESULT SetConversionStatus(
  [in] HIMC  hIMC,
  [in] DWORD fdwConversion,
  [in] DWORD fdwSentence
);

Parameters

  • hIMC [in]
    A handle to the input context.

  • fdwConversion [in]
    An unsigned long integer value that contains the conversion mode values.

  • fdwSentence [in]
    An unsigned long integer value that contains the sentence mode values.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmSetConversionStatus 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

See also

IActiveIMMIME