DEFRECORD KCML_Defsub_HookInfo
State record passed to a subroutine callback function| FLD name | Pack format | Purpose |
|---|---|---|
| DEFSUB_HookInfo_Name$ | CHAR(128) | Subroutine name |
| DEFSUB_HookInfo_Context$ | CHAR(256) | Subroutine context |
| DEFSUB_HookInfo_Program$ | CHAR(256) | Program name |
| DEFSUB_HookInfo_Library$ | CHAR(64) | Library name |
| DEFSUB_HookInfo_UserSym | The SYM of user defined state buffer | |
| DEFSUB_HookInfo_Level | Stack level | |
| DEFSUB_HookInfo_Start | BOOL | TRUE if the callback is being executed when entering the traced subroutine |