'\" te .\" Copyright (c) 2007, Sun Microsystems Inc. All Rights Reserved. .TH dlpi_disabnotify 3DLPI "21 Sep 2007" "SunOS 5.11" "Data Link Provider Interface Library Functions" .SH NAME dlpi_disabnotify \- disable DLPI notification .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... -\fBldlpi\fR [ \fIlibrary\fR... ] #include \fBint\fR \fBdlpi_disabnotify\fR(\fBdlpi_handle_t\fR \fIdh\fR, \fBdlpi_notifyid_t\fR \fIid\fR, \fBvoid **\fR\fIargp\fR); .fi .SH DESCRIPTION .sp .LP The \fBdlpi_disabnotify()\fR function disables the notification registration associated with identifier \fIid\fR. If \fIargp\fR is not NULL, the argument \fIarg\fR that was passed to \fBdlpi_enabnotify\fR(3DLPI) during registration is also returned. This operation can be performed in any DLPI state of a handle. .sp .LP Closing the DLPI handle \fIdh\fR will also remove all associated callback functions. .SH RETURN VALUES .sp .LP Upon success, \fBDLPI_SUCCESS\fR is returned. If \fBDL_SYSERR\fR is returned, \fBerrno\fR contains the specific UNIX system error value. Otherwise, a DLPI error value defined in \fB\fR or an error value listed in the following section is returned. .SH ERRORS .sp .ne 2 .mk .na \fB\fBDLPI_EINHANDLE\fR\fR .ad .RS 21n .rt A DLPI handle is invalid. .RE .sp .ne 2 .mk .na \fB\fBDLPI_EINVAL\fR\fR .ad .RS 21n .rt An argument is invalid. .RE .sp .ne 2 .mk .na \fB\fBDLPI_ENOTEIDINVAL\fR\fR .ad .RS 21n .rt The DLPI notification ID is invalid. .RE .sp .ne 2 .mk .na \fB\fBDLPI_FAILURE\fR\fR .ad .RS 21n .rt The DLPI operation failed. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelSafe .TE .SH SEE ALSO .sp .LP \fBdlpi_enabnotify\fR(3DLPI), \fBlibdlpi\fR(3LIB), \fBattributes\fR(5)