Share via


IsConvertINetStringAvailable (Windows CE 5.0)

Send Feedback

This function is used by an application to verify that the specified character set conversion can be performed.

HRESULTIsConvertINetStringAvailable(DWORDdwSrcEncoding,DWORDdwDstEncoding);

Parameters

  • dwSrcEncoding
    DWORD that contains the code page identifier value for the source string.
  • dwDstEncoding
    DWORD that contains the code page identifier value for the destination string.

Return Values

The following table shows the return values for this function.

Value Description
S_OK The function can perform the conversion.
S_FALSE The conversion is not supported on the system.
E_INVALIDARG One or more arguments are invalid.

Remarks

This function performs a check similar to that performed by the IMultiLanguage::IsConvertible method. An application should call the IsConvertINetStringAvailable function to check the availability of conversion service before calling the ConvertINetString function.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.

See Also

ConvertINetString | IMultiLanguage::IsConvertible

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.