HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_EMULATOR_USER
Name of the host LU or host LU pool onto which all the downstream LUs within the range will be mapped.
3.59.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.59.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_INVALID_TEMPLATE_NAME
The template specied by the
template_name parameter was not valid.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.59.5 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.60 DELETE_EMULATOR_USER
DELETE_EMULATOR_USER is used to do one of the following:
Delete a user of the 3270 emulation program or 5250 emulation program, so that this user can no longer use
the program.
Delete one or more of the users sessions but leave the user congured.
This verb must be issued to the domain conguration le.
3.60.1 VCB Structure
typedef struct delete_emulator_user
{
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 user_name[32]; /* user name */
AP_UINT32 num_sessions; /* number of sessions to delete */
unsigned char delete_options; /* delete all sessions / delete */
287