 |
PK_DEBUG_report_cb_t |
|
typedef int PK_DEBUG_report_cb_t;
Used in:
PK_DEBUG_report_start_o_t
This datatype indicates whether debug information for callback functions will
be included in the PK debug report file. It has the values:
PK_DEBUG_report_cb_no_c Do not include debug information for
callback functions.
PK_DEBUG_report_cb_function_c Debug information will be included for
callback functions that are specific to
a particular PK function, ie the
callback function is introduced via the
PK function's arguments. Debug information
will not be included for session wide
callback functions (eg those introduced
via PK_ATTDEF_register_callbacks).