KCML_OCX_AddMethodHook
Purpose
Add and OCX hook method callback.
Definition
DEFSUB 'KCML_OCX_AddMethodHook(Name$, Method$, HookSym) AS Bool
Parameters
| Name | Name of the OCX |
| Method | Name of method to hook |
| HookSym | Sym of method hook |
Description
Add a callback function to be called in place of an OCX method when spoofing an OCX control via 'KCML_OCX_SetHook
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.