ldap_compareW(3w)
NAME
ldap_compareW (WLDAP32.@)
SYNOPSIS
ULONG CDECL ldap_compareW ( WLDAP32_LDAP* ld, PWCHAR dn, PWCHAR attr, PWCHAR value )
DESCRIPTION
Check if an attribute has a certain value (asynchronous 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: Message Id of the compare operation.
Failure: An LDAP error code.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/compare.c".