Scroll to navigation

ldap_compare_sW(3w) Wine API ldap_compare_sW(3w)

NAME

ldap_compare_sW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_compare_sW
(
WLDAP32_LDAP* ld,
PWCHAR dn,
PWCHAR attr,
PWCHAR value
)
 

DESCRIPTION

Check if an attribute has a certain value (synchronous operation).
 

PARAMS

ld [In] Pointer to an LDAP context.
dn [In] DN of entry to compare value for.
attr [In] Attribute to compare value for.
value [In] Value to compare.
 

RETURNS

Success: LDAP_SUCCESS
Failure: An LDAP error code.
 

IMPLEMENTATION

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/compare.c".
Oct 2012 Wine API