ldapAbandon(3ibx) — Subroutines
NAME
ldapAbandon − Abandons an asynchronous search request.
SYNOPSIS
#include <libldap.h>
int ldapAbandon( LDAP_t ∗ldap_handle );
INPUT PARAMETERS
ldap_handleThe address of an LDAP handle.
DESCRIPTION
The ldapAbandon function abandons an asynchronous search initiated by either the ldapSearchReqst or the ldapSearchReqstLim function.
RETURNS
One of the LDAP standard return values: LDAP_message.
RELATED INFORMATION
Functions: ldapErrorToText(3), ldapPoll(3), ldapSearchReqst(3), ldapSearchReqstLim(3).