.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MNLS_lstrcpyW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMNLS_lstrcpyW\fR (MAPI32.64) .SH SYNOPSIS ULONG MNLS_lstrcpyW ( LPWSTR \fIlpszDest\fR, LPCWSTR \fIlpszSrc\fR ) .SH DESCRIPTION .PP Copy a Unicode string to another string. .SH PARAMS \fIlpszDest\fR \fB[Out]\fR Destination string. .PP \fIlpszSrc\fR \fB[In]\fR Source string. .PP .SH RETURNS .PP The length \fIlpszDest\fR in Unicode characters. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/mapi32/util.c"\fR. .PP Debug channel \fB"mapi"\fR.