Contains an opaque data structure for the results of an asynchronous LDAP operation or a search operation.
The following functions create either an LDAPMessage structure or an array of LDAPMessage structure.
Search functions: ldap_search_ext_s, ldap_search_ext, ldap_search, ldap_search_s, and ldap_search_st
Asynchronous operations that require ldap_result to read the results such as ldap_add and ldap_add_ext, ldap_compare and ldap_compare_ext, ldap_delete and ldap_delete_ext, ldap_modify and ldap_modify_ext
Use the ldap_msgfree function to free the LDAPMessage structure.