The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

ldap_abandon (3)
  • >> ldap_abandon (3) ( Solaris man: Библиотечные вызовы )
  • ldap_abandon (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    ldap_abandon - abandon an LDAP operation in progress
     
    

    SYNOPSIS

    cc[ flag... ] file... -lldap[ library... ]
    #include <lber.h>
    #include <ldap.h>
    
    int ldap_abandon(LDAP *ld, int msgid);
    

     

    DESCRIPTION

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

    ERRORS

    ldap_abandon() returns 0 if successful or -1otherwise and setting ld_errno appropriately. See ldap_error(3LDAP) for details.  

    ATTRIBUTES

    See attributes(5) for a description of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE
    AvailabilitySUNWcsl (32-bit)
    Interface Stability

     

    SEE ALSO

    ldap(3LDAP), ldap_result(3LDAP), ldap_error(3LDAP), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ERRORS
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру