ReactOS 0.4.15-dev-7842-g558ab78
_DYNAMIC_FUNCTION_TABLE Struct Reference
Collaboration diagram for _DYNAMIC_FUNCTION_TABLE:

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
 

Detailed Description

Definition at line 41 of file dynfntbl.c.

Member Data Documentation

◆ BaseAddress

ULONG64 _DYNAMIC_FUNCTION_TABLE::BaseAddress

◆ Callback

PGET_RUNTIME_FUNCTION_CALLBACK _DYNAMIC_FUNCTION_TABLE::Callback

◆ Context

PVOID _DYNAMIC_FUNCTION_TABLE::Context

◆ EntryCount

ULONG _DYNAMIC_FUNCTION_TABLE::EntryCount

◆ FunctionTable

PRUNTIME_FUNCTION _DYNAMIC_FUNCTION_TABLE::FunctionTable

◆ ListEntry

LIST_ENTRY _DYNAMIC_FUNCTION_TABLE::ListEntry

Definition at line 43 of file dynfntbl.c.

Referenced by RtlDeleteFunctionTable(), and RtlpInsertDynamicFunctionTable().

◆ MaximumAddress

ULONG64 _DYNAMIC_FUNCTION_TABLE::MaximumAddress

Definition at line 47 of file dynfntbl.c.

Referenced by RtlAddFunctionTable(), and RtlInstallFunctionTableCallback().

◆ MinimumAddress

ULONG64 _DYNAMIC_FUNCTION_TABLE::MinimumAddress

◆ OutOfProcessCallbackDll

PWCHAR _DYNAMIC_FUNCTION_TABLE::OutOfProcessCallbackDll

Definition at line 51 of file dynfntbl.c.

Referenced by RtlInstallFunctionTableCallback().

◆ TimeStamp

LARGE_INTEGER _DYNAMIC_FUNCTION_TABLE::TimeStamp

Definition at line 45 of file dynfntbl.c.

◆ Type

FUNCTION_TABLE_TYPE _DYNAMIC_FUNCTION_TABLE::Type

Definition at line 52 of file dynfntbl.c.

Referenced by RtlAddFunctionTable(), and RtlInstallFunctionTableCallback().


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