table of contents
other versions
- wheezy 1.4.1-4
SHAnsiToAnsi(3w) | Wine API | SHAnsiToAnsi(3w) |
NAME¶
SHAnsiToAnsi (SHLWAPI.345)SYNOPSIS¶
DWORD SHAnsiToAnsi(
LPCSTR lpszSrc,
LPSTR lpszDst,
int iLen
)
DESCRIPTION¶
Copy one string to another.PARAMS¶
lpszSrc [In] Source string to copy. lpszDst [Out] Destination for copy. iLen [In] Length of lpszDst in characters.RETURNS¶
The length of the copied string, including the terminating NUL. lpszDst contains iLen characters of lpszSrc.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/shlwapi/string.c". Debug channel "shell".Oct 2012 | Wine API |