SHUnicodeToAnsi (SHLWAPI.217)
INT SHUnicodeToAnsi ( LPCWSTR lpSrcStr, LPSTR lpDstStr, INT iLen )
Convert a Unicode string to ANSI.
lpSrcStr | [In] | Source Unicode string to convert. |
lpDstStr | [Out] | Destination for converted ANSI string. |
iLen | [Out] | Length of lpDstStr in characters. |
See SHUnicodeToAnsiCP.
This function simply calls SHUnicodeToAnsiCP with CodePage = CP_ACP.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
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.