Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.8 KB

ns-winldap-ldapmessage.md

File metadata and controls

92 lines (66 loc) · 2.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winldap.ldapmsg
LDAPMessage (winldap.h)
Used by an LDAP function to return results and error data.
*PLDAPMessage
LDAPMessage
LDAPMessage structure [LDAP]
PLDAPMessage
PLDAPMessage structure pointer [LDAP]
_ldap_ldapmessage
ldap.ldapmessage
winldap/LDAPMessage
winldap/PLDAPMessage
ldap\ldapmessage.htm
ldap
547a0736-23a4-4bfd-8ae0-866825228b53
12/05/2018
*PLDAPMessage, LDAPMessage, LDAPMessage structure [LDAP], PLDAPMessage, PLDAPMessage structure pointer [LDAP], _ldap_ldapmessage, ldap.ldapmessage, winldap/LDAPMessage, winldap/PLDAPMessage
winldap.h
Windows
Windows Vista
Windows Server 2008
Windows
LDAPMessage, *PLDAPMessage
19H1
ldapmsg
winldap/ldapmsg
PLDAPMessage
winldap/PLDAPMessage
LDAPMessage
winldap/LDAPMessage
c++
APIRef
kbSyntax
HeaderDef
Winldap.h
LDAPMessage

LDAPMessage structure

-description

The LDAPMessage structure is used by an LDAP function to return results and error data.

-struct-fields

-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.

-see-also

Data Structures

functions

ldap_count_entries

ldap_msgfree

ldap_result

ldap_search