LDAPMessage is a type of structure representing the results of a search or an entry in the search results. LDAPMessage is not completely defined in ldap.h because the fields within the structure are not intended to be accessible to clients.
Calling the ldap_search_s(), ldap_search_st() , or ldap_result() routine creates an LDAPMessage structure to represent the results of a search. Calling the ldap_first_entry() or ldap_next_entry() routine creates an LDAPMessage structure to represent an entry in the search results. To free the LDAPMessage structure, call the ldap_msgfree() routine.
Last modified: March 31, 1997
Copyright © 1997 Netscape
Communications Corporation