.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_compare_ext_sW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_compare_ext_sW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_compare_ext_sW ( WLDAP32_LDAP* \fIld\fR, PWCHAR \fIdn\fR, PWCHAR \fIattr\fR, PWCHAR \fIvalue\fR, struct WLDAP32_berval* \fIdata\fR, PLDAPControlW* \fIserverctrls\fR, PLDAPControlW* \fIclientctrls\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 string encoded \fIvalue\fR to compare. .PP \fIdata\fR \fB[In]\fR berval encoded \fIvalue\fR to compare. .PP \fIserverctrls\fR \fB[In]\fR Array of \fBLDAP\fR server controls. .PP \fIclientctrls\fR \fB[In]\fR Array of \fBLDAP\fR client controls. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP Set \fIvalue\fR to compare strings or \fIdata\fR to compare binary values. If both are non-NULL, \fIdata\fR will be used. The \fIserverctrls\fR and \fIclientctrls\fR parameters are optional and should be set to \fBNULL\fR if not used. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/compare.c"\fR.