SHUnicodeToAnsiCP (SHLWAPI.218)
INT SHUnicodeToAnsiCP ( UINT CodePage, LPCWSTR lpSrcStr, LPSTR lpDstStr, LPINT lpiLen )
Convert a Unicode string to Ascii.
CodePage | [In] | Code page to use for the conversion. |
lpSrcStr | [In] | Source Unicode string to convert. |
lpDstStr | [Out] | Destination for converted Ascii string. |
lpiLen | [In/Out] | Input length of lpDstStr/destination for length of lpDstStr. |
Success: The number of characters that result from the conversion.
Failure: 0.
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.