HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_TRACE_TYPE
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
AP_UINT16 trace_flags; /* trace flags */
AP_UINT32 truncation_length; /* truncate each msg to this size */
AP_UINT16 internal_level; /* reserved */
AP_UINT32 api_flags; /* reserved */
} QUERY_TRACE_TYPE;
3.168.2 Supplied Parameters
The application supplies the following parameter:
opcode
AP_QUERY_TRACE_TYPE
3.168.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
trace_flags
The types of tracing currently active. For more information about these trace types, see Section 3.184,
SET_TRACE_TYPE.
If no tracing is active, or if tracing of all types is active, this is one of the following values:
AP_NO_TRACE
No tracing.
AP_ALL_TRACE
Tracing of all types.
If tracing is being used on specific interfaces, this parameter is set to one or more values from the list below,
combined using a logical OR operation.
AP_APPC_MSG
APPC messages
AP_FM_MSG
FM messages
AP_LUA_MSG
LUA messages
AP_NOF_MSG
NOF messages
AP_MS_MSG
MS messages
AP_PV_MSG
APPC and CPI-C messages for back-level computers
693