|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_runtime.h>
Data Fields | |
| HMODULE | game_module |
| const DTTR_Core_API * | api |
| uint32_t | struct_size |
| uint32_t | abi_version |
| uint32_t | flags |
| const void * | reserved [4] |
Definition at line 25 of file dttr_runtime.h.
| uint32_t DTTR_Core_Context::abi_version |
Definition at line 29 of file dttr_runtime.h.
| const DTTR_Core_API* DTTR_Core_Context::api |
Definition at line 27 of file dttr_runtime.h.
| uint32_t DTTR_Core_Context::flags |
Definition at line 30 of file dttr_runtime.h.
| HMODULE DTTR_Core_Context::game_module |
Definition at line 26 of file dttr_runtime.h.
Referenced by dttr_pcdogs_crash_symbol_provider(), and dttr_pcdogs_crash_symbols_register().
| const void* DTTR_Core_Context::reserved[4] |
Definition at line 31 of file dttr_runtime.h.
| uint32_t DTTR_Core_Context::struct_size |
Definition at line 28 of file dttr_runtime.h.