Direct Access Transport Library Functions datpzfree(3DAT)
NAME
datpzfree - destroy an instance of the Protection Zone
SYNOPSIS
cc [ flag... ] file... -ldat [ library... ]
#include
DATRETURN
datpzfree (
IN DATPZHANDLE pzhandle
)
PARAMETERS
pzhandle Handle for an instance of Protection Zone to be
destroyed.
DESCRIPTION
The datpzfree() function destroys an instance of the Pro-
tection Zone. The Protection Zone cannot be destroyed if it
is in use by an Endpoint, LMR, or RMR.
Use of the handle of the destroyed Protection Zone in any
subsequent operation except for datpzfree() fails.
RETURN VALUES
DATSUCES The operation was successful.
DATINVALIDSTATE Parameter in an invalid state. The
Protection Zone was in use by End-
point, LMR, or RMR instances.
DATINVALIDHANDLE The pzhandle 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 datpzfree(3DAT)
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
|