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