Structure recieved by the BFHandlerStartTrace() function. Describes a single line in the exception's stack trace.
#include <extracthandler.generated.h>
Public Attributes | |
| int | uid |
| const wchar_t * | filename |
| const wchar_t * | classname |
| const wchar_t * | method |
| BFINT32 | line |
| const wchar_t* BFTraceElement::filename |
| const wchar_t* BFTraceElement::classname |
| const wchar_t* BFTraceElement::method |
| BFINT32 BFTraceElement::line |