|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_result.h>
Data Fields | |
| DTTR_Status | status |
| const char * | message |
| Optional static diagnostic text. May be NULL when status is enough. | |
Definition at line 36 of file dttr_result.h.
| const char* DTTR_Result::message |
Optional static diagnostic text. May be NULL when status is enough.
Definition at line 39 of file dttr_result.h.
Referenced by dttr_core_report_fail().
| DTTR_Status DTTR_Result::status |
Definition at line 37 of file dttr_result.h.
Referenced by DTTR_Core_HookFunction(), DTTR_Core_PatchGroupInstallTargets(), dttr_core_report_fail(), DTTR_PCDOGS_PatchGroup_Install(), DTTR_ResultOK(), test_patch_group_target_failure_rolls_back_only_new_entries(), and test_signature_helpers_resolve_aob_patterns().