Platform SDK: Active Directory, ADSI, and Directory Services |
LDAP functions use the LDAPMessage structure to return results and error information.
typedef ldapmsg LDAPMessage, *PLDAPMessage;
There are no client-accessible fields in this structure.
The LDAPMessage structure is an opaque data type created when you call a search or a traversal function (for example, ldap_search or ldap_count_entries), or ldap_result. To free the LDAPMessage structure when it is no longer needed, call ldap_msgfree.
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in Winldap.h.
Data Structures, functions, ldap_count_entries, ldap_msgfree, ldap_result, ldap_search