KCML_Test_SetFormsCallback
Purpose
Set a callback function to enable automated forms testing
Definition
DEFSUB 'KCML_Test_SetFormsCallback(pfn AS SYM('KCML_Test_FormsCallback_Prototype), UserParam) AS Void
Parameters
| pfn | SYM of a function compatible with the prototype 'KCML_Test_FormsCallback_Prototype |
| UserParam | User parameter that will be passed as the UserParam field in the Info$ parameter in the callback |
Description
Set a callback function that is called every time the operations recorded by a KClient session need to be emulated.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.