HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
UNREGISTER_INDICATION_SINK
3.194.1 VCB Structure
typedef struct unregister_indication_sink
{
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_UINT32 proc_id; /* reserved */
AP_UINT16 queue_id; /* reserved */
AP_UINT16 indication_opcode; /* opcode of indication to be unsunk */
} UNREGISTER_INDICATION_SINK;
3.194.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_UNREGISTER_INDICATION_SINK
indication_opcode
The opcode parameter of the indication that is no longer required.
3.194.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
3.194.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
AP_INVALID_OP_CODE
The indication_opcode parameter did not match the opcode of any of the SNAplus2 NOF indications,
or the application has not previously registered to receive the specied indication on this target handle.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.194.5 Returned Parameters: Function Not Supported
If the verb does not execute successfully because the local node does not support the function associated with the
specied indication, SNAplus2 returns the following parameters:
primary_rc
AP_FUNCTION_NOT_SUPPORTED
The local node does not support the specied indication. For details of the support required for each
indication, see the description of each indication in Chapter 4, NOF Indications.
751