ホーム › System.WindowsProgramming › FEATURE_ERROR
FEATURE_ERROR
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| hr | HRESULT | 4 | +0 | +0 |
| lineNumber | WORD | 2 | +4 | +4 |
| file | LPSTR | 8/4 | +8 | +8 |
| process | LPSTR | 8/4 | +16 | +12 |
| module | LPSTR | 8/4 | +24 | +16 |
| callerReturnAddressOffset | DWORD | 4 | +32 | +20 |
| callerModule | LPSTR | 8/4 | +40 | +24 |
| message | LPSTR | 8/4 | +48 | +28 |
| originLineNumber | WORD | 2 | +56 | +32 |
| originFile | LPSTR | 8/4 | +64 | +36 |
| originModule | LPSTR | 8/4 | +72 | +40 |
| originCallerReturnAddressOffset | DWORD | 4 | +80 | +44 |
| originCallerModule | LPSTR | 8/4 | +88 | +48 |
| originName | LPSTR | 8/4 | +96 | +52 |