102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_Mods_ExceptionReport Struct Reference

#include <dttr_mods.h>

Data Fields

uint32_t struct_size
bool dump_written
bool stack_trace_written
char dump_path [MAX_PATH]
char stack_trace [DTTR_MODS_EXCEPTION_REPORT_STACK_TRACE_CAPACITY]
DWORD win32_error

Detailed Description

Definition at line 32 of file dttr_mods.h.

Field Documentation

◆ dump_path

char DTTR_Mods_ExceptionReport::dump_path[MAX_PATH]

Definition at line 36 of file dttr_mods.h.

Referenced by dttr_sidecar_write_exception_report().

◆ dump_written

bool DTTR_Mods_ExceptionReport::dump_written

Definition at line 34 of file dttr_mods.h.

Referenced by dttr_sidecar_write_exception_report().

◆ stack_trace

char DTTR_Mods_ExceptionReport::stack_trace[DTTR_MODS_EXCEPTION_REPORT_STACK_TRACE_CAPACITY]

Definition at line 37 of file dttr_mods.h.

Referenced by dttr_sidecar_write_exception_report().

◆ stack_trace_written

bool DTTR_Mods_ExceptionReport::stack_trace_written

Definition at line 35 of file dttr_mods.h.

Referenced by dttr_sidecar_write_exception_report().

◆ struct_size

uint32_t DTTR_Mods_ExceptionReport::struct_size

Definition at line 33 of file dttr_mods.h.

Referenced by dttr_sidecar_write_exception_report().

◆ win32_error

DWORD DTTR_Mods_ExceptionReport::win32_error

Definition at line 38 of file dttr_mods.h.

Referenced by dttr_sidecar_write_exception_report().


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