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

Data Fields

const char * hook_name
const char * import_name
voidcallback
DTTR_Core_Hookhandle

Detailed Description

Definition at line 14 of file mss_sdl.c.

Field Documentation

◆ callback

void* mss_import_hook::callback

Definition at line 17 of file mss_sdl.c.

Referenced by install_mss_import_hook().

◆ handle

DTTR_Core_Hook* mss_import_hook::handle

Definition at line 18 of file mss_sdl.c.

Referenced by dttr_mss_sdl_release_hooks(), and install_mss_import_hook().

◆ hook_name

const char* mss_import_hook::hook_name

Definition at line 15 of file mss_sdl.c.

Referenced by dttr_mss_sdl_release_hooks(), and install_mss_import_hook().

◆ import_name

const char* mss_import_hook::import_name

Definition at line 16 of file mss_sdl.c.

Referenced by install_mss_import_hook().


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