StrCpyNW(3w)
NAME
StrCpyNW (SHLWAPI.@)
SYNOPSIS
LPWSTR StrCpyNW ( LPWSTR lpszStr, LPCWSTR lpszSrc, int iLen )
DESCRIPTION
Copy a string to another string, up to a maximum number of characters.
PARAMS
lpszStr [Out] Destination string.
lpszSrc [In] Source string.
iLen [In] Maximum number of characters to copy.
RETURNS
lpszStr.
IMPLEMENTATION
Defined in "shlwapi.h".
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".