HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
REMOVE_DLC_TRACE
The indication_opcode parameter specied an indication type that does not apply to the specied
target. If the target handle identies the domain conguration le, only conguration indications
are valid; if the target handle identies the
sna.net le, only SNA network le indications are
valid; and if the target handle species a running node, all indications except SNA network le
indications are valid.
AP_DYNAMIC_LOAD_ALREADY_REGD
The indication_opcode parameter was set to a reserved value.
AP_SYNC_NOT_ALLOWED
The application issued REGISTER_INDICATION_SINK using the synchronous NOF entry point. This
verb must use the asynchronous entry point.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
3.170.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.
3.170.6 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.171 REMOVE_DLC_TRACE
This verb removes DLC line tracing that was previously specied using ADD_DLC_TRACE. It can be used to
remove all tracing on a resource that is currently being traced, to remove the tracing of certain messages from a
resource currently being traced, or to remove all DLC line tracing.
3.171.1 VCB Structure
typedef struct remove_dlc_trace
{
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 */
DLC_TRACE_FILTER filter; /* resource to stop tracing */
} REMOVE_DLC_TRACE;
typedef struct dlc_trace_filter
{
699