RtlGetFunctionTableListHead function

[This function may be changed or removed from Windows without further notice.]

Enables a debugger to examine dynamic function table information.

Syntax

PLIST_ENTRY RtlGetFunctionTableListHead(void);

Parameters

This function has no parameters.

Return value

Returns a pointer to the head of the function table list.

Remarks

Note that the Windows Driver Kit (WDK) header file Ntdef.h is required for some definitions. The associated import library, Ntdll.lib, is available in the WDK. You can also use the LoadLibrary and GetProcAddress functions to dynamically link to Ntdll.dll.

Requirements

Requirement Value
DLL
Ntdll.dll