'\" te .\" This manual page is derived from the DAT/uDAPL 1.2 specification. .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. .TH dat_provider_fini 3DAT "16 Jul 2004" "SunOS 5.11" "Direct Access Transport Library Functions" .SH NAME dat_provider_fini \- disassociate the Provider from a given IA name .SH SYNOPSIS .LP .nf cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-ldat\fR [ \fIlibrary\fR\&.\|.\|. ] #include <\fBdat/udat.h\fR> void dat_provider_fini ( IN const DAT_PROVIDER_INFO *provider_info ) .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIprovider_info\fR\fR .ad .RS 17n .rt The information that was provided when dat_provider_init was called. .RE .SH DESCRIPTION .sp .LP A destructor the Registry calls on a Provider before it disassociates the Provider from a given IA name. .sp .LP The Provider can use this method to undo any initialization it performed when \fBdat_provider_init\fR(3DAT) was called for the same IA name. The Provider's implementation of this method should call \fBdat_registry_remove_provider\fR(3DAT) to unregister its IA Name. If it does not, the Registry might remove the entry itself. .sp .LP This method can be called for a given IA name at any time after all open instances of that IA are closed, and is certainly called before the Registry unloads the Provider library. However, it is not called more than once without an intervening call to \fBdat_provider_init()\fR for that IA name. .SH RETURN VALUES .sp .LP No values are returned. .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-Level _ StandarduDAPL, 1.1, 1.2 .TE .SH SEE ALSO .sp .LP \fBdat_provider_init\fR(3DAT), \fBdat_registry_remove_provider\fR(3DAT), \fBlibdat\fR(3LIB), \fBattributes\fR(5)