SHUnicodeToAnsi(3w)
NAME
SHUnicodeToAnsi (SHLWAPI.217)
SYNOPSIS
INT SHUnicodeToAnsi ( LPCWSTR lpSrcStr, LPSTR lpDstStr, INT iLen )
DESCRIPTION
Convert a Unicode string to Ascii.
PARAMS
lpSrcStr [In] Source Unicode string to convert.
lpDstStr [Out] Destination for converted Ascii string.
iLen [Out] Length of lpDstStr in characters.
RETURNS
See SHUnicodeToAnsiCP.
NOTES
This function simply calls SHUnicodeToAnsiCP(3w) with CodePage =
CP_ACP.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".
- Debug channel "shell".