ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
LIST_ENTRY | ListEntry |
PRUNTIME_FUNCTION | FunctionTable |
LARGE_INTEGER | TimeStamp |
ULONG64 | MinimumAddress |
ULONG64 | MaximumAddress |
ULONG64 | BaseAddress |
PGET_RUNTIME_FUNCTION_CALLBACK | Callback |
PVOID | Context |
PWCHAR | OutOfProcessCallbackDll |
FUNCTION_TABLE_TYPE | Type |
ULONG | EntryCount |
Definition at line 41 of file dynfntbl.c.
ULONG64 _DYNAMIC_FUNCTION_TABLE::BaseAddress |
Definition at line 48 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), RtlInstallFunctionTableCallback(), and RtlpLookupDynamicFunctionEntry().
PGET_RUNTIME_FUNCTION_CALLBACK _DYNAMIC_FUNCTION_TABLE::Callback |
Definition at line 49 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), RtlInstallFunctionTableCallback(), and RtlpLookupDynamicFunctionEntry().
PVOID _DYNAMIC_FUNCTION_TABLE::Context |
Definition at line 50 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), RtlInstallFunctionTableCallback(), and RtlpLookupDynamicFunctionEntry().
ULONG _DYNAMIC_FUNCTION_TABLE::EntryCount |
Definition at line 53 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), RtlInstallFunctionTableCallback(), and RtlpLookupDynamicFunctionEntry().
PRUNTIME_FUNCTION _DYNAMIC_FUNCTION_TABLE::FunctionTable |
Definition at line 44 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), RtlDeleteFunctionTable(), RtlInstallFunctionTableCallback(), and RtlpLookupDynamicFunctionEntry().
LIST_ENTRY _DYNAMIC_FUNCTION_TABLE::ListEntry |
Definition at line 43 of file dynfntbl.c.
Referenced by RtlDeleteFunctionTable(), and RtlpInsertDynamicFunctionTable().
ULONG64 _DYNAMIC_FUNCTION_TABLE::MaximumAddress |
Definition at line 47 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), and RtlInstallFunctionTableCallback().
ULONG64 _DYNAMIC_FUNCTION_TABLE::MinimumAddress |
Definition at line 46 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), RtlInstallFunctionTableCallback(), and RtlpLookupDynamicFunctionEntry().
PWCHAR _DYNAMIC_FUNCTION_TABLE::OutOfProcessCallbackDll |
Definition at line 51 of file dynfntbl.c.
Referenced by RtlInstallFunctionTableCallback().
LARGE_INTEGER _DYNAMIC_FUNCTION_TABLE::TimeStamp |
Definition at line 45 of file dynfntbl.c.
FUNCTION_TABLE_TYPE _DYNAMIC_FUNCTION_TABLE::Type |
Definition at line 52 of file dynfntbl.c.
Referenced by RtlAddFunctionTable(), and RtlInstallFunctionTableCallback().