1 .TH LDAP_ABANDON 3 "22 September 1998" "OpenLDAP LDVERSION"
3 .\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved.
4 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
6 ldap_abandon \- Abandon an LDAP operation in progress
13 int ldap_abandon(ld, msgid)
20 routine is used to abandon or cancel an LDAP
21 operation in progress. The \fImsgid\fP passed should be the
22 message id of an outstanding LDAP operation, as returned by
28 checks to see if the result of the operation has already come in. If it
29 has, it deletes it from the queue of pending messages. If not,
30 it sends an LDAP abandon operation to the the LDAP server.
32 The caller can expect that the result of an abandoned operation
33 will not be returned from a future call to
37 returns 0 if everything goes ok, -1 otherwise,
38 setting \fIld_errno\fP appropriately. See
47 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
49 is derived from University of Michigan LDAP 3.3 Release.