2 .\" This manual page is derived from the DAT/uDAPL 1.2 specification.
3 .\" Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH DAT_REGISTRY_REMOVE_PROVIDER 3DAT "Jul 16, 2004"
9 dat_registry_remove_provider \- unregister the Provider from the Dynamic
14 cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-ldat\fR [ \fIlibrary\fR\&.\|.\|. ]
15 #include <\fBdat/udat.h\fR>
18 dat_registry_remove_provider (
19 IN DAT_PROVIDER *provider
20 IN const DAT_PROVIDER_INFO *provider_info
31 Self-description of a Provider.
37 \fB\fIprovider_info\fR\fR
40 Attributes of the Provider.
46 The Provider removes itself from the Dynamic Registry. It is the Provider's
47 responsibility to complete its sessions. Removal of the registration only
48 prevents new sessions.
51 The Provider cannot be removed while it is in use. An attempt to remove the
52 Provider while it is in use results in an error with the return code
53 \fBDAT_PROVIDER_IN_USE\fR.
58 \fB\fBDAT_SUCCESS\fR\fR
61 The operation was successful.
67 \fB\fBDAT_INVALID_PARAMETER\fR\fR
70 Invalid parameter. The Provider was not found.
76 \fB\fBDAT_PROVIDER_IN_USE\fR\fR
79 The Provider was in use.
85 See \fBattributes\fR(5) for descriptions of the following attributes:
93 ATTRIBUTE TYPE ATTRIBUTE VALUE
95 Interface Stability Standard: uDAPL, 1.1, 1.2
103 \fBlibdat\fR(3LIB), \fBattributes\fR(5)