.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ScCopyProps 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBScCopyProps\fR (MAPI32.171) .SH SYNOPSIS SCODE ScCopyProps ( int \fIcValues\fR, LPSPropValue \fIlpProps\fR, LPVOID \fIlpDst\fR, ULONG* \fIlpCount\fR ) .SH DESCRIPTION .PP Copy an array of property values into a buffer suited for serialisation. .SH PARAMS \fIcValues\fR \fB[In]\fR Number of properties in \fIlpProps\fR. .PP \fIlpProps\fR \fB[In]\fR Property array to copy. .PP \fIlpDst\fR \fB[Out]\fR Destination for the serialised data. .PP \fIlpCount\fR \fB[Out]\fR If non-NULL, destination for the number of bytes of data written to \fIlpDst\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. \fIlpDst\fR contains the serialised data from \fIlpProps\fR. .PP \fBFailure:\fR \fBMAPI_E_INVALID_PARAMETER\fR, if any parameter is invalid. .SH NOTES .PP The resulting property value array is stored in a contiguous block starting at \fIlpDst\fR. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.