(winnt.h) RtlUnwind 函式
起始過程調用框架的回溯。
語法
NTSYSAPI VOID RtlUnwind(
[in, optional] PVOID TargetFrame,
[in, optional] PVOID TargetIp,
[in, optional] PEXCEPTION_RECORD ExceptionRecord,
[in] PVOID ReturnValue
);
參數
[in, optional] TargetFrame
回溯目標之呼叫框架的指標。 如果此參數為 NULL
,函式會執行結束回溯。
[in, optional] TargetIp
回溯的接續位址。 如果 TargetFrame 為 NULL
,則會忽略此參數。
[in, optional] ExceptionRecord
EXCEPTION_RECORD 結構的指標。
[in] ReturnValue
在繼續執行之前,要放在整數函式中的值會傳回緩存器。
傳回值
此函式不會傳回值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | winnt.h (包含 Windows.h) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |