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

#include <dttr_bootstrap.h>

Data Fields

uint32_t phase
uint32_t failure_code
uint32_t last_error
uint32_t exception_code
uint32_t flags
uint32_t helper_module
uint32_t sidecar_module
uint32_t kernel32_module
uint32_t ntdll_module
char dump_path [MAX_PATH]

Detailed Description

Definition at line 38 of file dttr_bootstrap.h.

Field Documentation

◆ dump_path

char DTTR_BootstrapState::dump_path[MAX_PATH]

Definition at line 48 of file dttr_bootstrap.h.

◆ exception_code

uint32_t DTTR_BootstrapState::exception_code

Definition at line 42 of file dttr_bootstrap.h.

◆ failure_code

uint32_t DTTR_BootstrapState::failure_code

Definition at line 40 of file dttr_bootstrap.h.

◆ flags

uint32_t DTTR_BootstrapState::flags

Definition at line 43 of file dttr_bootstrap.h.

◆ helper_module

uint32_t DTTR_BootstrapState::helper_module

Definition at line 44 of file dttr_bootstrap.h.

◆ kernel32_module

uint32_t DTTR_BootstrapState::kernel32_module

Definition at line 46 of file dttr_bootstrap.h.

◆ last_error

uint32_t DTTR_BootstrapState::last_error

Definition at line 41 of file dttr_bootstrap.h.

◆ ntdll_module

uint32_t DTTR_BootstrapState::ntdll_module

Definition at line 47 of file dttr_bootstrap.h.

◆ phase

uint32_t DTTR_BootstrapState::phase

Definition at line 39 of file dttr_bootstrap.h.

◆ sidecar_module

uint32_t DTTR_BootstrapState::sidecar_module

Definition at line 45 of file dttr_bootstrap.h.


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