LDAPMessage structure
The LDAPMessage structure is used by an LDAP function to return results and error data.
Remarks
The LDAPMessage structure is an opaque data type returned from a server when you call a search or a traversal function. For example, after performing an asynchronous operation, ldap_result can be called to get the server LDAPMessage response. Another example is a call to ldap_search_s, which also returns an LDAPMessage.
To free the LDAPMessage structure when it is no longer required, call ldap_msgfree.
There are no client-accessible fields in this structure.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also