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