1dat_registry_remove_DpirroevcitdeArc(c3eDsAsT)Transport Lidbarta_rryegFiusntcrtyi_ornesmove_provider(3DAT)
2
3
4

NAME

6       dat_registry_remove_provider - unregister the Provider from the Dynamic
7       Registry
8

SYNOPSIS

10       cc [ flag... ] file... -ldat [ library... ]
11       #include <dat/udat.h>
12
13       DAT_RETURN
14           dat_registry_remove_provider  (
15           IN       DAT_PROVIDER         *provider
16           IN const DAT_PROVIDER_INFO    *provider_info
17           )
18
19

PARAMETERS

21       provider         Self-description of a Provider.
22
23
24       provider_info    Attributes of the Provider.
25
26

DESCRIPTION

28       The Provider removes itself  from  the  Dynamic  Registry.  It  is  the
29       Provider's responsibility to complete its sessions. Removal of the reg‐
30       istration only prevents new sessions.
31
32
33       The Provider cannot be removed while it is in use. An attempt to remove
34       the  Provider  while  it  is in use results in an error with the return
35       code DAT_PROVIDER_IN_USE.
36

RETURN VALUES

38       DAT_SUCCESS              The operation was successful.
39
40
41       DAT_INVALID_PARAMETER    Invalid parameter. The Provider was not found.
42
43
44       DAT_PROVIDER_IN_USE      The Provider was in use.
45
46

ATTRIBUTES

48       See attributes(5) for descriptions of the following attributes:
49
50
51
52
53       ┌─────────────────────────────┬─────────────────────────────┐
54       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │Interface Stability          │Standard: uDAPL, 1.1, 1.2    │
57       ├─────────────────────────────┼─────────────────────────────┤
58       │MT-Level                     │                             │
59       └─────────────────────────────┴─────────────────────────────┘
60

SEE ALSO

62       libdat(3LIB), attributes(5)
63
64
65
66SunOS 5.11                        16 Jul 2004dat_registry_remove_provider(3DAT)
Impressum