HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_EMULATOR_USER
Chapter 3430
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 user's sessions but leave the user
configured.
This verb must be issued to the domain configuration file.
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 */
/* user? */
unsigned char session_names[10][8]; /* names of sessions to be */
/* deleted */
} DELETE_EMULATOR_USER;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_EMULATOR_USER
user_name
The name of the user. This is an ASCII string of 1-32
characters, padded on the right with spaces if the name
is shorter than 32 characters, which must match a
previously-defined emulator user name.
num_sessions
The number of sessions to be deleted, as follows: