(winnt.h) RtlLookupFunctionEntry 函式
在作用中函式數據表中搜尋對應至指定計算機值的專案。
語法
NTSYSAPI PRUNTIME_FUNCTION RtlLookupFunctionEntry(
[in] DWORD64 ControlPc,
[out] PDWORD64 ImageBase,
[out] PUNWIND_HISTORY_TABLE HistoryTable
);
參數
[in] ControlPc
函式內指令組合的虛擬位址。
[out] ImageBase
函式所屬模組的基位址。
[out] HistoryTable
模組的全域指標值。
此參數在 x64 和 ARM 系統上有不同的宣告。 如需詳細資訊,請參閱 x64 定義和 ARM 定義。
傳回值
如果指定的電腦函式資料表中沒有專案,此函式會傳 NULL
回 。 否則,函式會傳回對應至指定計算機之函式數據表項目的位址。
規格需求
目標平台 | Windows |
標頭 | winnt.h (包含 Windows.h) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |