.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCpyW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCpyW\fR (SHLWAPI.@) .SH SYNOPSIS LPWSTR StrCpyW ( LPWSTR \fIlpszStr\fR, LPCWSTR \fIlpszSrc\fR ) .SH DESCRIPTION .PP Copy a string to another string. .SH PARAMS \fIlpszStr\fR \fB[Out]\fR Destination string. .PP \fIlpszSrc\fR \fB[In]\fR Source string. .PP .SH RETURNS .PP \fIlpszStr\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.