DEFRECORD KCML_Defsub_HookInfo

State record passed to a subroutine callback function
FLD namePack formatPurpose
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_UserSymThe SYM of user defined state buffer
DEFSUB_HookInfo_LevelStack level
DEFSUB_HookInfo_StartBOOLTRUE if the callback is being executed when entering the traced subroutine