Scroll to navigation

StrCpyNW(3w) Wine API StrCpyNW(3w)

NAME

StrCpyNW (SHLWAPI.@)

SYNOPSIS

LPWSTR StrCpyNW
(
LPWSTR dst,
LPCWSTR src,
int count
)
 

DESCRIPTION

Copy a string to another string, up to a maximum number of characters.
 

PARAMS

dst [Out] Destination string.
src [In] Source string.
count [In] Maximum number of characters to copy.
 

RETURNS

dst.
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c".
Debug channel "shell".
Oct 2012 Wine API