.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCpyNW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCpyNW\fR (SHLWAPI.@) .SH SYNOPSIS LPWSTR StrCpyNW ( LPWSTR \fIdst\fR, LPCWSTR \fIsrc\fR, int \fIcount\fR ) .SH DESCRIPTION .PP Copy a string to another string, up to a maximum number of characters. .SH PARAMS \fIdst\fR \fB[Out]\fR Destination string. .PP \fIsrc\fR \fB[In]\fR Source string. .PP \fIcount\fR \fB[In]\fR Maximum number of characters to copy. .PP .SH RETURNS .PP \fIdst\fR. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.