Share via


ldap_count_entries (Windows CE 5.0)

Send Feedback

This function counts the number of search entries that a server returned.

ULONG ldap_count_entries(LDAP* ld,LDAPMessage* res);

Parameters

  • ld
    [in] Session handle.
  • res
    [in] Search result obtained by a call to one of the synchronous search routines or to the ldap_result function.

Return Values

If this function succeeds, it returns the number of entries.

If this function fails, the return value is –1 and the function sets the session error parameters in the LDAP data structure.

Remarks

This 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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
Link Library: Wldap32.lib.

See Also

ldap_count_references | ldap_count_values | ldap_first_entry | ldap_first_reference | ldap_next_entry | ldap_next_reference | ldap_result

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.