.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH FEqualNames 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBFEqualNames\fR (MAPI32.72) .SH SYNOPSIS BOOL FEqualNames ( LPMAPINAMEID \fIlpName1\fR, LPMAPINAMEID \fIlpName2\fR ) .SH DESCRIPTION .PP Compare two Mapi names. .SH PARAMS \fIlpName1\fR \fB[In]\fR First name to compare to \fIlpName2\fR. .PP \fIlpName2\fR \fB[In]\fR Second name to compare to \fIlpName1\fR. .PP .SH RETURNS .PP \fBTRUE\fR, if the names are the same, \fBFALSE\fR, Otherwise. .SH IMPLEMENTATION .PP Declared in \fB"mapiutil.h"\fR. .PP Implemented in \fB"dlls/mapi32/util.c"\fR. .PP Debug channel \fB"mapi"\fR.