Initial Release 6

Function : LDAP
ldap_result - Obtain the result of a previous asynchronously initiated operation.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

int LNPUBLIC ldap_result(
LDAP *ld,
int msgid,
int all,
struct timeval *timeout,
LDAPMessage **result);

Description :

This function is used to obtain the result of a previous asynchronously initiated operation.
Parameters :

See Also :

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