Initial Release 6

Symbolic Value : LDAP

LDAP_MSG_xxx - ldap_result() all parameter
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

Symbolic Values :

LDAP_MSG_ONE - Retrieve one message at a time.

LDAP_MSG_ALL - Request that all results of a search be received before returning all results in a single chain.

LDAP_MSG_RECEIVED - Indicate that all messages retrieved so far are to be returned in the result chain.


See Also :

ldap_result
----------------------------------------------------------------------------------------------------------