Scroll to navigation

WLDAP32_ldap_count_references(3w) Wine API WLDAP32_ldap_count_references(3w)

NAME

WLDAP32_ldap_count_references (WLDAP32.@)

SYNOPSIS

ULONG CDECL WLDAP32_ldap_count_references
(
WLDAP32_LDAP* ld,
WLDAP32_LDAPMessage* res
)
 

DESCRIPTION

Count the number of references returned from a search.
 

PARAMS

ld [In] Pointer to an LDAP context.
res [In] LDAP message.
 

RETURNS

Success: The number of references.
Failure: ~0u
 

IMPLEMENTATION

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