.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_compare_sW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_compare_sW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_compare_sW ( 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 (synchronous 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 \fBLDAP_SUCCESS\fR .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.