LDAPMessage (Windows CE 5.0)

Send Feedback

This structure is used by LDAP functions to return results and error information.

typedef ldapmsg LDAPMessage, *PLDAPMessage;

Members

None.

Remarks

This structure creates an opaque data type when a search or a traversal function is called.

To free this structure when it is no longer needed, call the ldap_msgfree function.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.

See Also

ldap_count_entries | ldap_msgfree | ldap_result | ldap_search

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.