SymFunctionTableAccess64AccessRoutines function (dbghelp.h)
Finds a function table entry or frame pointer omission (FPO) record for an address.
Use SymFunctionTableAccess64 instead.
Syntax
PVOID IMAGEAPI SymFunctionTableAccess64AccessRoutines(
[in] HANDLE hProcess,
[in] DWORD64 AddrBase,
[in, optional] PREAD_PROCESS_MEMORY_ROUTINE64 ReadMemoryRoutine,
[in, optional] PGET_MODULE_BASE_ROUTINE64 GetModuleBaseRoutine
);
Parameters
[in] hProcess
A handle to the process that was originally passed to the SymInitialize function.
[in] AddrBase
The base address for which function table information is required.
[in, optional] ReadMemoryRoutine
Pointer to a read memory callback function.
[in, optional] GetModuleBaseRoutine
Pointer to a get module base callback function.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbghelp.h |
Library | DbgHelp.lib |
DLL | DbgHelp.dll |
Redistributable | DbgHelp.dll 6.2 or later |