HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DELETE_TN3270_ACCESS
Chapter 3468
DELETE_TN3270_ACCESS
DELETE_TN3270_ACCESS is used to do one of the following:
• Delete a TN3270 user, so that this user can no longer use TN server
to access a host.
• Delete one or more of the user's sessions but leave the user
configured.
VCB Structure
typedef struct delete_tn3270_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 */
AP_UINT16 default_record; /* is this the DEFAULT record? */
unsigned char client_address[68]; /* address of TN3270 user */
AP_UINT32 num_sessions; /* number of sessions to delete */
unsigned char delete_options; /* delete all sessions / delete */
/* user? */
} DELETE_TN3270_ACCESS;
typedef struct tn3270_session_name
{
AP_UINT16 port_number; /* TCP/IP port num of session */
/* to delete */
} TN3270_SESSION_NAME;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_TN3270_ACCESS
default_record