Direct Access Transport Library Functions datpzquery(3DAT)
NAME
datpzquery - provides parameters of the Protection Zone
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datpzquery (
IN DATPZHANDLE pzhandle,
IN DATPZPARAMASK pzparammask,
OUT DATPZPARAM *pzparam
)
PARAMETERS
pzhandle: Handle for the created instance of the
Protection Zone.
pzparammask: Mask for Protection Zone parameters.
pzparam: Pointer to a Consumer-allocated structure
that the Provider fills with Protection
Zone parameters.
DESCRIPTION
The datpzquery() function provides the Consumer parameters
of the Protection Zone. The Consumer passes in a pointer to
the Consumer-allocated structures for Protection Zone param-
eters that the Provider fills.
The pzparammask parameter allows Consumers to specify
which parameters to query. The Provider returns values for
pzparammask requested parameters. The Provider can return
values for any other parameters.
RETURN VALUES
DATSUCES The operation was successful.
DATINVALIDPARAMETER The pzparammask parameter is
invalid.
DATINVALIDHANDLE The pzhandle parameter is invalid.
SunOS 5.11 Last change: 16 Jul 2004 1
Direct Access Transport Library Functions datpzquery(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
|