Structure to manipulate the assert and trace handler function pointers. More...
#include "hqcstass.h"
Data Fields | |
HqCustomAssert_fn * | assert_handler |
HqCustomTrace_fn * | trace_handler |
Structure to manipulate the assert and trace handler function pointers.
This structure is used when getting and setting assert and trace handler functions across linkage boundaries. If the GetHqAssertHandlers()
symbol is exported from an executable or library, it may be used by linked modules to get assertion handlers which may then be set for use by that module.
HqCustomAssert_fn* HqAssertHandlers_t::assert_handler |
Custom assert handler callback.
HqCustomTrace_fn* HqAssertHandlers_t::trace_handler |
Custom trace handler callback.