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