HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_RJE_WKSTN
Chapter 3 463
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 configuration file.
VCB Structure
typedef struct delete_rje_wkstn
{
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 */
unsigned char workstation_name[4]; /* workstation name */
} DELETE_RJE_WKSTN;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_RJE_WKSTN
workstation_name
The name of the RJE workstation to be deleted.
Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following
parameters:
primary_rc
AP_OK