IMultiLanguage::GetRfc176...     IMultiLanguage2 Interface     IMultiLanguage Interface    
Web Workshop (Miscellaneous)

IMultiLanguage::IsConvertible Method


Checks if the charset conversion from the source code page to the destination code page can be performed.

Syntax

HRESULT IsConvertible(
    DWORD dwSrcEncoding,
    DWORD dwDstEncoding
); 

Parameters

dwSrcEncoding
[in] Code page identifier value for the source encoding.
dwDstEncoding
[in] Code page identifier value for the destination encoding.

Return Value

Returns one of the following values:

S_OK The conversion can be performed.
S_FALSE The specified conversion is not supported on the system.
E_INVALIDARG One or more of the arguments are invalid.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

IMultiLanguage::ConvertString



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.