#include <ldap.h>
int ldap_msgid(
LDAPMessage *msg)
|
The ldap_msgid() routine returns the message ID associated with the LDAP message passed as input (via the msg parameter).
No OS/400 authority is required. All authority checking is done by the LDAP server.
ldap_msgid() return ZERO if the input pointer to LDAPMessage structure is NULL.
The following message may be set from this function.
CPF3CF2 E Error(s) occurred during running of ldap_msgid API.
ldap_result() -- Wait for result from an asynchronous operation.
ldap_msgtype() -- Returns the type of an LDAP message.
|
Top
| LDAP APIs List APIs by category |
| [Information Center Home Page | Feedback ] | [Legal | AS/400 Glossary] |