IActiveIMMApp::GetConvers...     IActiveIMMApp::GetDefault...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::GetConversionStatus Method


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). 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.