SHUnicodeToAnsi (SHLWAPI.217)
INT SHUnicodeToAnsi ( LPCWSTR lpSrcStr, LPSTR lpDstStr, INT iLen )
Convert a Unicode string to Ascii.
lpSrcStr | [In] | Source Unicode string to convert. |
lpDstStr | [Out] | Destination for converted Ascii string. |
iLen | [Out] | Length of lpDstStr in characters. |
See SHUnicodeToAnsiCP.
This function simply calls SHUnicodeToAnsiCP with CodePage = 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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.