ホーム › System.Diagnostics.Debug › EXCEPTION_RECORD
EXCEPTION_RECORD
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| ExceptionCode | NTSTATUS | 4 | +0 | +0 |
| ExceptionFlags | DWORD | 4 | +4 | +4 |
| ExceptionRecord | EXCEPTION_RECORD* | 8/4 | +8 | +8 |
| ExceptionAddress | void* | 8/4 | +16 | +12 |
| NumberParameters | DWORD | 4 | +24 | +16 |
| ExceptionInformation | UINT_PTR | 120/60 | +32 | +20 |