RtlCaptureContext 関数 (winnt.h)
呼び出し元のコンテキスト内のコンテキスト レコードを取得します。
構文
NTSYSAPI VOID RtlCaptureContext(
[out] PCONTEXT ContextRecord
);
パラメーター
[out] ContextRecord
CONTEXT 構造体へのポインター。
戻り値
この関数は値を返しません。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
対象プラットフォーム | Windows |
ヘッダー | winnt.h (Windows.h を含む) |
Library | Kernel32.lib |
[DLL] | Kernel32.dll |