📄 ldap_abandon.3
字号:
.TH LDAP_ABANDON 3 "22 September 1998" "OpenLDAP LDVERSION".\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_abandon.3,v 1.2.12.1 2000/06/13 17:57:11 kurt Exp $.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..SH NAMEldap_abandon \- Abandon an LDAP operation in progress.SH SYNOPSIS.nf.ft B#include <ldap.h>.LP.ft Bint ldap_abandon(ld, msgid).ftLDAP *ld;int msgid;.SH DESCRIPTIONThe.B ldap_abandon()routine is used to abandon or cancel an LDAPoperation in progress. The \fImsgid\fP passed should be themessage id of an outstanding LDAP operation, as returned by.BR ldap_search (3),.BR ldap_modify (3),etc..LP.BR ldap_abandon ()checks to see if the result of the operation has already come in. If ithas, it deletes it from the queue of pending messages. If not,it sends an LDAP abandon operation to the the LDAP server..LPThe caller can expect that the result of an abandoned operationwill not be returned from a future call to.BR ldap_result (3)..SH ERRORS.B ldap_abandon()returns 0 if everything goes ok, -1 otherwise,setting \fIld_errno\fP appropriately. See.BR ldap_error (3)for details..SH SEE ALSO.BR ldap(3),.BR ldap_result(3),.B ldap_error(3).SH ACKNOWLEDGEMENTS.B OpenLDAPis developed and maintained by The OpenLDAP Project (http://www.openldap.org/)..B OpenLDAPis derived from University of Michigan LDAP 3.3 Release.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -