DEFRECORD KCML_Panic_HookInfo
State record passed to a panic callback function| FLD name | Pack format | Purpose |
|---|---|---|
| PANIC_HookInfo_Filename$ | CHAR(256) | PANIC filename |
| PANIC_HookInfo_Message$ | CHAR(256) | PANIC messahe |
| PANIC_HookInfo_Action | Action to take after returning from pre panic hook. | |
| PANIC_HookInfo_User | User defined value that is passed to the callback function | |
| PANIC_HookInfo_Pre | BOOL | TRUE if callback is being executed before the PANIC |