Directory Services |
The ldap_count_entries function counts the number of search entries that a server returned.
ULONG ldap_count_entries( LDAP* ld, LDAPMessage* res );
If the function succeeds, it returns the number of entries.
If the function fails, the return value is –1 and the function sets the session error parameters in the LDAP data structure.
The ldap_count_entries function returns the number of entries contained, or remaining in a chain of entries. Call the function with the return value from ldap_first_entry, ldap_next_entry, ldap_first_reference, ldap_next_reference, or ldap_result.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Winldap.h.
Library: Use Wldap32.lib.
Functions, ldap_count_references, ldap_count_values, ldap_first_entry, ldap_first_reference, ldap_next_entry, ldap_next_reference, ldap_result