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

CRT-compatible file handle layout, used by package and asset loading streams. More...

#include <dttr_pcdogs.h>

Data Fields

char * ptr
 Offset 0x0.
int32_t cnt
 Offset 0x4.
char * base
 Offset 0x8.
int32_t flag
 Offset 0xC.
int32_t file
 Offset 0x10.
int32_t charbuf
 Offset 0x14.
int32_t bufsiz
 Offset 0x18.
char * tmpfname
 Offset 0x1C.

Detailed Description

CRT-compatible file handle layout, used by package and asset loading streams.

Definition at line 910 of file dttr_pcdogs.h.

Field Documentation

◆ base

char* DTTR_PCDOGS_T_File_Handle::base

Offset 0x8.

Definition at line 913 of file dttr_pcdogs.h.

◆ bufsiz

int32_t DTTR_PCDOGS_T_File_Handle::bufsiz

Offset 0x18.

Definition at line 917 of file dttr_pcdogs.h.

◆ charbuf

int32_t DTTR_PCDOGS_T_File_Handle::charbuf

Offset 0x14.

Definition at line 916 of file dttr_pcdogs.h.

◆ cnt

int32_t DTTR_PCDOGS_T_File_Handle::cnt

Offset 0x4.

Definition at line 912 of file dttr_pcdogs.h.

◆ file

int32_t DTTR_PCDOGS_T_File_Handle::file

Offset 0x10.

Definition at line 915 of file dttr_pcdogs.h.

◆ flag

int32_t DTTR_PCDOGS_T_File_Handle::flag

Offset 0xC.

Definition at line 914 of file dttr_pcdogs.h.

◆ ptr

char* DTTR_PCDOGS_T_File_Handle::ptr

Offset 0x0.

Definition at line 911 of file dttr_pcdogs.h.

◆ tmpfname

char* DTTR_PCDOGS_T_File_Handle::tmpfname

Offset 0x1C.

Definition at line 918 of file dttr_pcdogs.h.


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