HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_RJE_WKSTN
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 conguration le. 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.
3.74.1 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;
3.74.2 Supplied Parameters
The application supplies the following parameter:
opcode
AP_DELETE_RCF_ACCESS
3.74.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.74.4 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.75 DELETE_RJE_WKSTN
DELETE_RJE_WKSTN deletes an RJE workstation.
Before deleting the workstation, check with the users of the workstation to ensure that it is not being used. If
you delete a workstation while it is running, the only RJE commands that will subsequently be accepted for that
workstation are the commands to stop the workstation and to clear out its directory structure. For more information
about these commands, see the HP-UX SNAplus2 RJE Users Guide.
This verb must be issued to the domain conguration le.
3.75.1 VCB Structure
typedef struct delete_rje_wkstn
{
309