.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PpropFindProp 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPpropFindProp\fR (MAPI32.138) .SH SYNOPSIS LPSPropValue PpropFindProp ( LPSPropValue \fIlpProps\fR, ULONG \fIcValues\fR, ULONG \fIulPropTag\fR ) .SH DESCRIPTION .PP Find a property with a given property tag in a property array. .SH PARAMS \fIlpProps\fR \fB[In]\fR Property array to search. .PP \fIcValues\fR \fB[In]\fR Number of properties in \fIlpProps\fR. .PP \fIulPropTag\fR \fB[In]\fR Property tag to find. .PP .SH RETURNS .PP A pointer to the matching property, or \fBNULL\fR if none was found. .SH NOTES .PP if \fIulPropTag\fR has a property type of \fBPT_UNSPECIFIED\fR, then only the property Ids need to match for a successful match to occur. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/prop.c"\fR. .PP Debug channel \fB"mapi"\fR.