SHAnsiToUnicode (SHLWAPI.215)
DWORD SHAnsiToUnicode ( LPCSTR lpSrcStr, LPWSTR lpDstStr, int iLen )
Convert an Ascii string to Unicode.
lpSrcStr | [In] | Source Ascii string to convert. |
lpDstStr | [Out] | Destination for converted Unicode string. |
iLen | [In] | Length of lpDstStr. |
The return value of the MultiByteToWideChar function called on lpSrcStr.
This function simply calls SHAnsiToUnicodeCP with code page CP_ACP.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.