#include <ldap.h>
int ldap_msgtype(
LDAPMessage *msg)
|
The ldap_msgtype() routine returns the type of LDAP message, based on 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_msgtype() 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_msgtype API.
ldap_result() -- Wait for result from an asynchronous operation.
ldap_msgid() -- Returns the ID of an LDAP message.
|
Top
| LDAP APIs List APIs by category |
| [Information Center Home Page | Feedback ] | [Legal | AS/400 Glossary] |