IActiveIMMApp::SetComposi...     IActiveIMMApp::SetOpenSta...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::SetConversionStatus Method


Sets the current conversion status.

Syntax

HRESULT SetConversionStatus(
    HIMC hIMC,
    DWORD fdwConversion,
    DWORD fdwSentence
);

Parameters

hIMC
[in] Handle to the input context.
fdwConversion
[in] Unsigned long integer value that contains the conversion mode values.
fdwSentence
[in] Unsigned long integer value that contains the sentence mode values.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmSetConversionStatus function documented in the Microsoft® Platform Software Development Kit (SDK). Non-MSDN link



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.