.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StrCpyNXA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStrCpyNXA\fR (SHLWAPI.399) .SH SYNOPSIS LPSTR StrCpyNXA ( LPSTR \fIlpszDest\fR, LPCSTR \fIlpszSrc\fR, int \fIiLen\fR ) .SH DESCRIPTION .PP Copy a string to another string, up to a maximum number of characters. .SH PARAMS \fIlpszDest\fR \fB[Out]\fR Destination string. .PP \fIlpszSrc\fR \fB[In]\fR Source string. .PP \fIiLen\fR \fB[In]\fR Maximum number of characters to copy. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to the last character written to \fIlpszDest\fR. .PP \fBFailure:\fR \fIlpszDest\fR, if any arguments are invalid. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/string.c"\fR. .PP Debug channel \fB"shell"\fR.