HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
OPEN_FILE
Chapter 3494
The type of file to be opened. Possible values are:
AP_MASTER
Open the master copy of the domain
configuration file. This value must be
used if the application intends to
issue verbs that modify the
configuration of domain resources.
AP_BACKUP
Open the master copy of the domain
configuration file if available,
otherwise a backup copy. This value
may be used if the application
intends to issue only QUERY_*
verbs; if it needs to modify the
configuration,itmustuse AP_MASTER,
because it will not be able to obtain
write access to a backup
configuration file.
AP_SNA_NET
Open the sna.net file on the master
server.
AP_TP_LOAD_INFO
Open a connection to the file on the
local machine that contains
information about how to load
transaction programs (TPs).
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK
target_handle
Returned value for use on subsequent verbs directed to
this file.