Sanitizer_ErrorLoggingData#
-
struct Sanitizer_ErrorLoggingData#
Data passed into an error logging callback function.
Data passed into an error logging callback function as the
cbdataargument to Sanitizer_CallbackFunc. Thecbdatawill be this type fordomainequal tp SANITIZER_CBID_ERROR_LOGGING. The callback data is only valid within the invocation of the callback function that is passed the data. If you need to retain some data for use outside of the callback, you must make a copy of it.