HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DELETE_TN3270_ASSOCIATION
primary_rc
AP_OK
3.77.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_CLIENT_ADDRESS
The specified client address did not match the TCP/IP address defined for any TN3270 user.
AP_INVALID_PORT_NUMBER
The specified TCP/IP port number did not match any TCP/IP port number defined for this user.
Appendix B,
Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK
,
which are common to all NOF verbs.
3.77.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.78 DELETE_TN3270_ASSOCIATION
DELETE_TN3270_ASSOCIATION deletes an association between a display LU and a printer LU, given the display
LU name.
3.78.1 VCB Structure
typedef struct delete_tn3270_association
{
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 display_lu_name[8]; /* Display LU name */
} DELETE_TN3270_ASSOCIATION;
3.78.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DELETE_TN3270_ASSOCIATION
314