The OpenNET Project / Index page

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

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

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

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

    NAME

    dlpi_disabnotify - disable DLPI notification
     
    

    SYNOPSIS

    cc [ flag... ] file... -ldlpi [ library... ]
    #include <libdlpi.h>
    
    int dlpi_disabnotify(dlpi_handle_t dh, dlpi_notifyid_t id,
        void **argp);
    

     

    DESCRIPTION

    The dlpi_disabnotify() function disables the notification registration associated with identifier id. If argp is not NULL, the argument arg that was passed to dlpi_enabnotify(3DLPI) during registration is also returned. This operation can be performed in any DLPI state of a handle.

    Closing the DLPI handle dh will also remove all associated callback functions.  

    RETURN VALUES

    Upon success, DLPI_SUCCESS is returned. If DL_SYSERR is returned, errno contains the specific UNIX system error value. Otherwise, a DLPI error value defined in <sys/dlpi.h> or an error value listed in the following section is returned.  

    ERRORS

    DLPI_EINHANDLE

    A DLPI handle is invalid.

    DLPI_EINVAL

    An argument is invalid.

    DLPI_ENOTEIDINVAL

    The DLPI notification ID is invalid.

    DLPI_FAILURE

    The DLPI operation failed.

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityCommitted

    MT-Level

     

    SEE ALSO

    dlpi_enabnotify(3DLPI), libdlpi(3LIB), attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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