Initial Release 6

Function : LDAP
ldap_msgid - Return the message ID associated with the LDAP message.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_msgid(
LDAPMessage *lm);

Description :

This function returns the message ID associated with the LDAP message passed as a parameter.
Parameters :

Sample Usage :

msgid = ldap_msgid(lm);

See Also :

ldap_msgfree
----------------------------------------------------------------------------------------------------------