ReactOS 0.4.16-dev-2359-g4b75ec5
dll_fixup Struct Reference
Collaboration diagram for dll_fixup:

Public Attributes

struct list entry
 
BOOL done
 
HMODULE dll
 
voidthunk_code
 
VTableFixupfixup
 
voidvtable
 
voidtokens
 

Detailed Description

Definition at line 72 of file corruntimehost.c.

Member Data Documentation

◆ dll

HMODULE dll_fixup::dll

Definition at line 76 of file corruntimehost.c.

◆ done

BOOL dll_fixup::done

Definition at line 75 of file corruntimehost.c.

◆ entry

struct list dll_fixup::entry

Definition at line 74 of file corruntimehost.c.

◆ fixup

VTableFixup* dll_fixup::fixup

◆ thunk_code

void* dll_fixup::thunk_code

Definition at line 77 of file corruntimehost.c.

◆ tokens

void* dll_fixup::tokens

Definition at line 80 of file corruntimehost.c.

Referenced by FixupVTableEntry(), and ReallyFixupVTable().

◆ vtable

void* dll_fixup::vtable

Definition at line 79 of file corruntimehost.c.


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