ISQLXMLHelper::FastMultiByteToWideChar

Converts varchar strings into Unicode strings.

Syntax

virtual STDMETHODIMP_(int) FastMultiByteToWideChar (
   INT CodePage,
   DWORD dwFlags,
   const char * pch,
   int cch,
   WCHAR * pwch,
   int cwch 
   ) = 0;

Parameters

  • CodePage
    [In] Code page.

  • dwFlags
    [In] Character-type options.

  • pch
    [In] Source string.

  • cch
    [In] Count of characters or -1.

  • pwch
    [In] Result string.

  • cwch
    [In] Length of result buffer or 0.

Remarks

ISQLXMLHelper should only be used by Microsoft internal applications.

See Also

Reference

ISQLXMLHelper