|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| size_t | attempted |
| size_t | installed |
| size_t | skipped_optional |
| size_t | failed_index |
| DTTR_Status | status |
| const char * | message |
Definition at line 21874 of file dttr_pcdogs.h.
| size_t DTTR_PCDOGS_T_Patch_Report::attempted |
Definition at line 21875 of file dttr_pcdogs.h.
Referenced by DTTR_PCDOGS_PatchGroup_Install().
| size_t DTTR_PCDOGS_T_Patch_Report::failed_index |
Definition at line 21878 of file dttr_pcdogs.h.
Referenced by dttr_sidecar_install_pcdogs_patch_group().
| size_t DTTR_PCDOGS_T_Patch_Report::installed |
Definition at line 21876 of file dttr_pcdogs.h.
Referenced by DTTR_PCDOGS_PatchGroup_Install(), and dttr_sidecar_install_pcdogs_patch_group().
| const char* DTTR_PCDOGS_T_Patch_Report::message |
Definition at line 21880 of file dttr_pcdogs.h.
| size_t DTTR_PCDOGS_T_Patch_Report::skipped_optional |
Definition at line 21877 of file dttr_pcdogs.h.
Referenced by DTTR_PCDOGS_PatchGroup_Install(), and dttr_sidecar_install_pcdogs_patch_group().
| DTTR_Status DTTR_PCDOGS_T_Patch_Report::status |
Definition at line 21879 of file dttr_pcdogs.h.