1dat_get_consumer_conDtierxetc(t3DAAcTc)ess Transport LibrardyatF_ugnectt_icoonnssumer_context(3DAT)
2
3
4

NAME

6       dat_get_consumer_context - get Consumer context
7

SYNOPSIS

9       cc [ flag... ] file... -ldat [ library... ]
10       #include <dat/udat.h>
11
12       DAT_RETURN
13           dat_get_consumer_context (
14           IN    DAT_HANDLE    dat_handle,
15           OUT   DAT_CONTEXT   *context
16           )
17
18

PARAMETERS

20       dat_handle    Handle for a DAT Object associated with context.
21
22
23       context       Pointer  to  Consumer-allocated storage where the current
24                     value of the dat_handle context will be stored.
25
26

DESCRIPTION

28       The dat_get_consumer_context() function gets the Consumer context  from
29       the  specified  dat_handle.  The dat_handle can be one of the following
30       handle types: DAT_IA_HANDLE, DAT_EP_HANDLE, DAT_EVD_HANDLE, DAT_CR_HAN‐
31       DLE,  DAT_RSP_HANDLE,  DAT_PSP_HANDLE,  DAT_PZ_HANDLE,  DAT_LMR_HANDLE,
32       DAT_RMR_HANDLE, or DAT_CNO_HANDLE.
33

RETURN VALUES

35       DAT_SUCCESS           The operation was successful. The  Consumer  con‐
36                             text  was  successfully retrieved from the speci‐
37                             fied handle.
38
39
40       DAT_INVALID_HANDLE    The dat_handle parameter is invalid.
41
42

ATTRIBUTES

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

SEE ALSO

58       dat_set_consumer_context(3DAT), libdat(3LIB), attributes(5)
59
60
61
62SunOS 5.11                        16 Jul 2004   dat_get_consumer_context(3DAT)
Impressum