SHAnsiToUnicodeCP (SHLWAPI.216)
DWORD SHAnsiToUnicodeCP ( DWORD dwCp, LPCSTR lpSrcStr, LPWSTR lpDstStr, int iLen )
Convert an ANSI string to Unicode.
dwCp | [In] | Code page for the conversion. |
lpSrcStr | [In] | Source ANSI 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.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/string.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.