HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_RCF_ACCESS
Chapter 3 461
DELETE_RCF_ACCESS
DELETE_RCF_ACCESS prevents access to the SNAplus2 Remote
Command Facility (RCF), which was previously specified using
DEFINE_RCF_ACCESS. For more information about RCF, see the
HP-UX SNAplus2 Administration Guide.
This verb prevents access to both SPCF and UCF. To allow access to one
of them but prevent access to the other, use DEFINE_RCF_ACCESS.
This verb must be issued to the domain configuration file. SNAplus2 acts
on the RCF access parameters during node startup; if RCF access is
deleted while a node is running, the change does not take effect on the
server where the node is running until the node is stopped and restarted.
VCB Structure
typedef struct delete_rcf_access
{
AP_UINT16 opcode; /* Verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
} DELETE_RCF_ACCESS;
Supplied Parameters
The application supplies the following parameter:
opcode
AP_DELETE_RCF_ACCESS
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK