KCML_OCX_AddMethodHook

Purpose

Add and OCX hook method callback.

Definition

DEFSUB 'KCML_OCX_AddMethodHook(Name$, Method$, HookSym) AS Bool

Parameters

NameName of the OCX
MethodName of method to hook
HookSymSym 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.