ldapPoll(3ibx) — Subroutines
NAME
ldapPoll − Determines wether an asynchronous request has completed.
SYNOPSIS
#include <libldap.h>
int ldapPoll(LDAP_t ∗ldap_handle);
INPUT PARAMETER
ldap_handleThe address of an LDAP handle.
DESCRIPTION
The ldapPoll function determines whether the asynchronous search (a call to ldapSearchReqst or ldapSearchReqstLim) is complete. When it is complete, call ldapSearchResult to read the directory-entry chain.
RETURNS
TRUE, if the asychronous call is complete, and FALSE, if the call is not complete.
RELATED INFORMATION
Functions: ldapSearchReqst(3), ldapSearchReqstLim(3), ldapSearchResult(3).