.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IPropData_GetProps 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIPropData_GetProps\fR (MAPI32.@) .SH SYNOPSIS static HRESULT IPropData_GetProps ( LPPROPDATA \fIiface\fR, LPSPropTagArray \fIlpTags\fR, ULONG \fIulFlags\fR, ULONG* \fIlpCount\fR, LPSPropValue* \fIlppProps\fR ) .SH DESCRIPTION .PP Get property values from an \fBIMAPIProp\fR object. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIMAPIProp\fR object to get the property values from. .PP \fIlpTags\fR \fB[In]\fR Property tage of property values to be retrieved. .PP \fIulFlags\fR \fB[In]\fR Return 0=Ascii \fBMAPI_UNICODE\fR=Unicode strings for unspecified types. .PP \fIlpCount\fR \fB[Out]\fR Destination for number of properties returned. .PP \fIlppProps\fR \fB[Out]\fR Destination for returned property values. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. *\fIlppProps\fR and *\fIlpCount\fR are updated. .PP \fBFailure:\fR \fBMAPI_E_INVALID_PARAMETER\fR, if any parameter is invalid. \fBMAPI_E_NOT_ENOUGH_MEMORY\fR, if memory allocation fails, or \fBMAPI_W_ERRORS_RETURNED\fR if not all properties were retrieved successfully. .SH NOTES .PP \fB-\fR If \fBMAPI_W_ERRORS_RETURNED\fR is returned, any properties that could not be retrieved from \fIiface\fR are present in \fIlppProps\fR with their type changed to \fBPT_ERROR\fR and Id unchanged. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.