.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_compareW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_compareW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_compareW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, PWCHAR \fIattr\fR, PWCHAR \fIvalue\fR ) .SH DESCRIPTION .PP Check if an attribute has a certain \fIvalue\fR (asynchronous operation). .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIdn\fR \fB[In]\fR \fBDN\fR of entry to compare \fIvalue\fR for. .PP \fIattr\fR \fB[In]\fR Attribute to compare \fIvalue\fR for. .PP \fIvalue\fR \fB[In]\fR Value to compare. .PP .SH RETURNS .PP \fBSuccess:\fR Message Id of the compare operation. .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/compare.c"\fR.