Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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.
See Also
IMLangConvertCharset, IMultiLanguage, IMultiLanguage::ConvertString
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.