1dat_cno_query(3DAT)Direct Access Transport Library Functionsdat_cno_query(3DAT)
2
3
4

NAME

6       dat_cno_query - provide the Consumer parameters of the CNO
7

SYNOPSIS

9       cc [ flag... ] file... -ldat [ library... ]
10       #include <dat/udat.h>
11
12       DAT_RETURN
13           dat_cno_query (
14           IN    DAT_CNO_HANDLE          cno_handle,
15           IN    DAT_CNO_PARAM_MASK      cno_param_mask,
16           OUT   DAT_CNO_PARAM           *cno_param
17           )
18
19

PARAMETERS

21       cno_handle        Handle for the created instance of the Consumer Noti‐
22                         fication Object
23
24
25       cno_param_mask    Mask for CNO parameters
26
27
28       cno_param         Pointer to a Consumer-allocated  structure  that  the
29                         Provider fills with CNO parameters
30
31

DESCRIPTION

33       The  dat_cno_query()  function  provides the Consumer parameters of the
34       CNO. The Consumer passes in a pointer to the Consumer-allocated  struc‐
35       tures for CNO parameters that the Provider fills.
36
37
38       The  cno_param_mask parameter allows Consumers to specify which parame‐
39       ters to query. The Provider returns values for cno_param_mask requested
40       parameters. The Provider can return values for any other parameters.
41
42
43       A  value  of  DAT_OS_WAIT_PROXY_AGENT_NULL  in cno_param indicates that
44       there are no Proxy Agent associated with the CNO.
45

RETURN VALUES

47       DAT_SUCCESS              The operation was successful.
48
49
50       DAT_INVALID_PARAMETER    The cno_param_mask parameter is invalid.
51
52
53       DAT_INVALID_HANDLE       The cno_handle parameter is invalid.
54
55

ATTRIBUTES

57       See attributes(5) for descriptions of the following attributes:
58
59
60
61
62       ┌─────────────────────────────┬─────────────────────────────┐
63       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
64       ├─────────────────────────────┼─────────────────────────────┤
65       │Interface Stability          │Standard: uDAPL, 1.1, 1.2    │
66       ├─────────────────────────────┼─────────────────────────────┤
67       │MT-Level                     │Unsafe                       │
68       └─────────────────────────────┴─────────────────────────────┘
69

SEE ALSO

71       libdat(3LIB), attributes(5)
72
73
74
75SunOS 5.11                        16 Jul 2004              dat_cno_query(3DAT)
Impressum