Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches the active function tables for an entry that corresponds to the specified PC value.
NTSYSAPI PRUNTIME_FUNCTION RtlLookupFunctionEntry(
[in] DWORD64 ControlPc,
[out] PDWORD64 ImageBase,
[out] PUNWIND_HISTORY_TABLE HistoryTable
);
[in] ControlPc
The virtual address of an instruction bundle within the function.
[out] ImageBase
The base address of module to which the function belongs.
[out] HistoryTable
The global pointer value of the module.
This parameter has a different declaration on x64 and ARM systems. For more information, see x64 Definition and ARM Definition.
If there is no entry in the function table for the specified PC, the function returns NULL
. Otherwise, the function returns the address of the function table entry that corresponds to the specified PC.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | winnt.h (include Windows.h) |
Library | Kernel32.lib |
DLL | Kernel32.dll |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!