Direct Access Transport Library Functions
datgetconsumercontext(3DAT)
NAME
datgetconsumercontext - get Consumer context
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datgetconsumercontext (
IN DATHANDLE dathandle,
OUT DATCONTEXT *context
)
PARAMETERS
dathandle Handle for a DAT Object associated with con-
text.
context Pointer to Consumer-allocated storage where
the current value of the dathandle context
will be stored.
DESCRIPTION
The datgetconsumercontext() function gets the Consumer
context from the specified dathandle. The dathandle can be
one of the following handle types: DATIAHANDLE,
DATEPHANDLE, DATEVDHANDLE, DATCRHANDLE,
DATRSPHANDLE, DATPSPHANDLE, DATPZHANDLE,
DATLMRHANDLE, DATRMRHANDLE, or DATCNOHANDLE.
RETURN VALUES
DATSUCES The operation was successful. The Con-
sumer context was successfully
retrieved from the specified handle.
DATINVALIDHANDLE The dathandle parameter is invalid.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 16 Jul 2004 1
Direct Access Transport Library Functions
datgetconsumercontext(3DAT)
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard: uDAPL, 1.1, 1.2
MT-Level Unsafe
SEE ALSO
datsetconsumercontext(3DAT), libdat(3LIB), attributes(5)
SunOS 5.11 Last change: 16 Jul 2004 2
Direct Access Transport Library Functions
datgetconsumercontext(3DAT)
SunOS 5.11 Last change: 16 Jul 2004 3
|