Query: ldap_abandon
OS: sunos
Section: 3ldap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ldap_abandon(3LDAP) LDAP Library Functions ldap_abandon(3LDAP)NAMEldap_abandon - abandon an LDAP operation in progressSYNOPSIScc[ flag... ] file... -lldap[ library... ] #include <lber.h> #include <ldap.h> int ldap_abandon(LDAP *ld, int msgid);DESCRIPTIONThe ldap_abandon() function is used to abandon or cancel an LDAP operation in progress. The msgid passed should be the message id of an outstanding LDAP operation, as returned by ldap_search(3LDAP), ldap_modify(3LDAP), etc. ldap_abandon() checks to see if the result of the operation has already come in. If it has, it deletes it from the queue of pending mes- sages. If not, it sends an LDAP abandon operation to the the LDAP server. The caller can expect that the result of an abandoned operation will not be returned from a future call to ldap_result(3LDAP).ERRORSldap_abandon() returns 0 if successful or -1otherwise and setting ld_errno appropriately. See ldap_error(3LDAP) for details.ATTRIBUTESSee attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWcsl (32-bit) | | |SUNWcslx (64-bit) | |Interface Stability |Evolving | +-----------------------------+-----------------------------+SEE ALSOldap(3LDAP), ldap_result(3LDAP), ldap_error(3LDAP), attributes(5) SunOS 5.10 27 Jan 2002 ldap_abandon(3LDAP)
Related Man Pages |
---|
ldap_first_entry(3ldap) - opensolaris |
ldap_add(3ldap) - opensolaris |
ldap_count_references(3ldap) - opensolaris |
ldap_count_references(3ldap) - sunos |
ldap_first_entry(3ldap) - sunos |
Similar Topics in the Unix Linux Community |
---|
Developers abandon Windows for Linux - PC Advisor |
Urgent help please |