.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IPropData_GetIDsFromNames 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIPropData_GetIDsFromNames\fR (MAPI32.@) .SH SYNOPSIS static HRESULT IPropData_GetIDsFromNames ( LPPROPDATA \fIiface\fR, ULONG \fIulNames\fR, LPMAPINAMEID* \fIlppNames\fR, ULONG \fIulFlags\fR, LPSPropTagArray* \fIlppPropTags\fR ) .SH DESCRIPTION .PP Get property identifiers associated with one or more named properties. .SH PARAMS \fIiface\fR \fB[In]\fR \fBIMAPIProp\fR object to operate on. .PP \fIulNames\fR \fB[In]\fR Number of names in \fIlppNames\fR. .PP \fIlppNames\fR \fB[In]\fR Names to query or create, or \fBNULL\fR to query all names. .PP \fIulFlags\fR \fB[In]\fR Pass \fBMAPI_CREATE\fR to create new named properties. .PP \fIlppPropTags\fR \fB[Out]\fR Destination for queried or created property identifiers. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. *\fIlppPropTags\fR contains the property tags created or requested. .PP \fBFailure:\fR \fBMAPI_E_NO_SUPPORT\fR, if the object does not support named properties, \fBMAPI_E_TOO_BIG\fR, if the object cannot process the number of properties involved. \fBMAPI_E_NOT_ENOUGH_MEMORY\fR, if memory allocation fails, or \fBMAPI_W_ERRORS_RETURNED\fR if not all properties were retrieved successfully. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.