ReactOS 0.4.15-dev-8614-gbc76250
|
Public Attributes | |
struct list | entry |
int | done |
HMODULE | dll |
void * | thunk_code |
VTableFixup * | fixup |
void * | vtable |
void * | tokens |
Definition at line 38 of file corruntimehost.c.
HMODULE dll_fixup::dll |
Definition at line 42 of file corruntimehost.c.
int dll_fixup::done |
Definition at line 41 of file corruntimehost.c.
Definition at line 40 of file corruntimehost.c.
VTableFixup* dll_fixup::fixup |
Definition at line 44 of file corruntimehost.c.
Referenced by FixupVTableEntry(), and runtimehost_uninit().
void* dll_fixup::thunk_code |
Definition at line 43 of file corruntimehost.c.
void* dll_fixup::tokens |
Definition at line 46 of file corruntimehost.c.
Referenced by FixupVTableEntry().
void* dll_fixup::vtable |
Definition at line 45 of file corruntimehost.c.