SHAnsiToUnicodeCP.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SHAnsiToUnicodeCP (SHLWAPI.216)

SYNOPSIS

DWORD SHAnsiToUnicodeCP
 (
  DWORD  dwCp,
  LPCSTR lpSrcStr,
  LPWSTR lpDstStr,
  int    iLen
 )

DESCRIPTION

Convert an Ascii string to Unicode.

PARAMS

dwCp [In] Code page for the conversion.

lpSrcStr [In] Source Ascii string to convert.

lpDstStr [Out] Destination for converted Unicode string.

iLen [In] Length of lpDstStr.

RETURNS

The return value of the MultiByteToWideChar(3w) function called on lpSrcStr.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/shlwapi/string.c".

Debug channel "shell".