Query: dat_pz_create
OS: sunos
Section: 3dat
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dat_pz_create(3DAT) Direct Access Transport Library Functions dat_pz_create(3DAT)NAMEdat_pz_create - create an instance of the Protection ZoneSYNOPSIScc [ flag... ] file... -ldat [ library... ] #include <dat/udat.h> DAT_RETURN dat_pz_create ( IN DAT_IA_HANDLE ia_handle, OUT DAT_PZ_HANDLE *pz_handle )PARAMETERSia_handle Handle for an open instance of the IA. pz_handle Handle for the created instance of Protection Zone.DESCRIPTIONThe dat_pz_create() function creates an instance of the Protection Zone. The Protection Zone provides Consumers a mechanism for association Endpoints with LMRs and RMRs to provide protection for local and remote memory accesses by DTOs.RETURN VALUESDAT_SUCCESS The operation was successful. DAT_INSUFFICIENT_RESOURCES The operation failed due to resource limitations. DAT_INVALID_PARAMETER Invalid parameter. DAT_INVALID_HANDLE The ia_handle parameter is invalid.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: uDAPL, 1.1, 1.2 | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOlibdat(3LIB), attributes(5) SunOS 5.10 16 Jul 2004 dat_pz_create(3DAT)