ReactOS 0.4.15-dev-7934-g1dc8d80
dll_fixup Struct Reference
Collaboration diagram for dll_fixup:

Public Attributes

struct list entry
 
int done
 
HMODULE dll
 
voidthunk_code
 
VTableFixupfixup
 
voidvtable
 
voidtokens
 

Detailed Description

Definition at line 38 of file corruntimehost.c.

Member Data Documentation

◆ dll

HMODULE dll_fixup::dll

Definition at line 42 of file corruntimehost.c.

◆ done

int dll_fixup::done

Definition at line 41 of file corruntimehost.c.

◆ entry

struct list dll_fixup::entry

Definition at line 40 of file corruntimehost.c.

◆ fixup

VTableFixup* dll_fixup::fixup

Definition at line 44 of file corruntimehost.c.

Referenced by FixupVTableEntry(), and runtimehost_uninit().

◆ thunk_code

void* dll_fixup::thunk_code

Definition at line 43 of file corruntimehost.c.

◆ tokens

void* dll_fixup::tokens

Definition at line 46 of file corruntimehost.c.

Referenced by FixupVTableEntry().

◆ vtable

void* dll_fixup::vtable

Definition at line 45 of file corruntimehost.c.


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