Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ldapPoll(3ibx) — InfoBroker Server 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ldapSearchReqst(3)

ldapSearchReqstLim(3)

ldapSearchResult(3)

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). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026