Harlequin RIP SDK
HqAssertHandlers_t Struct Reference

Structure to manipulate the assert and trace handler function pointers. More...

#include "hqcstass.h"

Data Fields

HqCustomAssert_fnassert_handler
 
HqCustomTrace_fntrace_handler
 

Detailed Description

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.

Field Documentation

◆ assert_handler

HqCustomAssert_fn* HqAssertHandlers_t::assert_handler

Custom assert handler callback.

◆ trace_handler

HqCustomTrace_fn* HqAssertHandlers_t::trace_handler

Custom trace handler callback.


The documentation for this struct was generated from the following file: