1dat_rsp_query(3DAT)Direct Access Transport Library Functionsdat_rsp_query(3DAT)
2
3
4

NAME

6       dat_rsp_query - provide parameters of the Reserved Service Point
7

SYNOPSIS

9       cc [ flag... ] file... -ldat [ library... ]
10       #include <dat/udat.h>
11
12       DAT_RETURN
13           dat_rsp_query (
14           IN    DAT_RSP_HANDLE        rsp_handle,
15           IN    DAT_RSP_PARAM_MASK    rsp_param_mask,
16           OUT   DAT_RSP_PARAM         *rsp_param
17           )
18
19

PARAMETERS

21       rsp_handle        Handle for an instance of Reserved Service Point
22
23
24       rsp_param_mask    Mask for RSP parameters.
25
26
27       rsp_param         Pointer  to  a  Consumer-allocated structure that the
28                         Provider fills for Consumer-requested parameters.
29
30

DESCRIPTION

32       The dat_rsp_query() function provides to the Consumer parameters of the
33       Reserved  Service  Point.  The Consumer passes in a pointer to the Con‐
34       sumer-allocated structures for RSP parameters that the Provider fills.
35
36
37       The rsp_param_mask parameter allows Consumers to specify which  parame‐
38       ters to query. The Provider returns values for rsp_param_mask requested
39       parameters. The Provider can return values for any other parameters.
40

RETURN VALUES

42       DAT_SUCCESS              The operation was successful.
43
44
45       DAT_INVALID_HANDLE       The rsp_handle parameter is invalid.
46
47
48       DAT_INVALID_PARAMETER    The rsp_param_mask parameter is invalid.
49
50

ATTRIBUTES

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

SEE ALSO

66       libdat(3LIB), attributes(5)
67
68
69
70SunOS 5.11                        16 Jul 2004              dat_rsp_query(3DAT)
Impressum