DEFRECORD KCML_Panic_HookInfo

State record passed to a panic callback function
FLD namePack formatPurpose
PANIC_HookInfo_Filename$CHAR(256)PANIC filename
PANIC_HookInfo_Message$CHAR(256)PANIC messahe
PANIC_HookInfo_ActionAction to take after returning from pre panic hook.
PANIC_HookInfo_UserUser defined value that is passed to the callback function
PANIC_HookInfo_PreBOOLTRUE if callback is being executed before the PANIC