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

#include <dttr_runtime.h>

Data Fields

HMODULE game_module
const DTTR_Core_APIapi
uint32_t struct_size
uint32_t abi_version
uint32_t flags
const voidreserved [4]

Detailed Description

Definition at line 25 of file dttr_runtime.h.

Field Documentation

◆ abi_version

uint32_t DTTR_Core_Context::abi_version

Definition at line 29 of file dttr_runtime.h.

◆ api

const DTTR_Core_API* DTTR_Core_Context::api

Definition at line 27 of file dttr_runtime.h.

◆ flags

uint32_t DTTR_Core_Context::flags

Definition at line 30 of file dttr_runtime.h.

◆ game_module

HMODULE DTTR_Core_Context::game_module

◆ reserved

const void* DTTR_Core_Context::reserved[4]

Definition at line 31 of file dttr_runtime.h.

◆ struct_size

uint32_t DTTR_Core_Context::struct_size

Definition at line 28 of file dttr_runtime.h.


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