Usable return values from the PrePanic hook
| Enumeration Value | Value | Description |
|---|---|---|
| _KCML_PANIC_ACTION_DEFAULT | 0 | Default |
| _KCML_PANIC_ACTION_WRITE | 1 | Imminent panic will be written to file |
| _KCML_PANIC_ACTION_SUPPRESS | 2 | Imminent panic will not be written to file |
| _KCML_PANIC_ACTION_STOP | 256 | Program execution will stop |
| _KCML_PANIC_ACTION_CONTINUE | 512 | Program execution will continue |
| _KCML_PANIC_ACTION_THROW | 768 | PANIC will be converted to a runtime error |
Back to the list of Enumerations and Constants