|
ReactOS 0.4.16-dev-2359-g4b75ec5
|

Public Attributes | |
| struct list | entry |
| BOOL | done |
| HMODULE | dll |
| void * | thunk_code |
| VTableFixup * | fixup |
| void * | vtable |
| void * | tokens |
Definition at line 72 of file corruntimehost.c.
| HMODULE dll_fixup::dll |
Definition at line 76 of file corruntimehost.c.
| BOOL dll_fixup::done |
Definition at line 75 of file corruntimehost.c.
Definition at line 74 of file corruntimehost.c.
| VTableFixup* dll_fixup::fixup |
Definition at line 78 of file corruntimehost.c.
Referenced by FixupVTableEntry(), GetTokenForVTableEntry(), ReallyFixupVTable(), and runtimehost_uninit().
| void* dll_fixup::thunk_code |
Definition at line 77 of file corruntimehost.c.
| void* dll_fixup::tokens |
Definition at line 80 of file corruntimehost.c.
Referenced by FixupVTableEntry(), and ReallyFixupVTable().
| void* dll_fixup::vtable |
Definition at line 79 of file corruntimehost.c.