Direct Access Transport Library Functions datlmrquery(3DAT)
NAME
datlmrquery - provide LMR parameters
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datlmrquery (
IN DATLMRHANDLE lmrhandle,
IN DATLMRPARAMASK lmrparammask,
OUT DATLMRPARAM *lmrparam
)
PARAMETERS
lmrhandle Handle for an instance of the LMR.
lmrparammask Mask for LMR parameters.
lmrparam Pointer to a Consumer-allocated structure
that the Provider fills with LMR parame-
ters.
DESCRIPTION
The datlmrquery() function provides the Consumer LMR
parameters. The Consumer passes in a pointer to the
Consumer-allocated structures for LMR parameters that the
Provider fills.
The lmrparammask parameter allows Consumers to specify
which parameters to query. The Provider returns values for
lmrparammask requested parameters. The Provider can return
values for any other parameters.
RETURN VALUES
DATSUCES The operation was successful.
DATINVALIDPARAMETER The lmrparammask function is
invalid.
DATINVALIDHANDLE The lmrhandle function is invalid.
ATRIBUTES
SunOS 5.11 Last change: 16 Jul 2004 1
Direct Access Transport Library Functions datlmrquery(3DAT)
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard: uDAPL, 1.1, 1.2
MT-Level Unsafe
SEE ALSO
libdat(3LIB), attributes(5)
SunOS 5.11 Last change: 16 Jul 2004 2
|