StrCpyNW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "shell".