(winnt.h) RtlCaptureContext 函式
擷取呼叫端內容中的內容記錄。
語法
NTSYSAPI VOID RtlCaptureContext(
[out] PCONTEXT ContextRecord
);
參數
[out] ContextRecord
CONTEXT 結構的指標。
傳回值
此函式不會傳回值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | winnt.h (包含 Windows.h) |
程式庫 | Kernel32.lib |
DLL | Kernel32.dll |