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 "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c

Debug channel "shell".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.