5#ifndef _UI_HOOK_INTERFACE_H_
6#define _UI_HOOK_INTERFACE_H_
UI hooker callback event.
virtual void onUIActionNotify(UIHOOKHWNDTYPE type, MSG msg)=0
UI relative action hooked callback. The callback works only in the working thread and does not feedba...
Embedded browser interface.
virtual SDKError MonitorWndMessage(unsigned int wndmsgid, bool bAdd=true)=0
Add or remove the windows message to be hooked.
virtual SDKError MonitorWnd(const zchar_t *classname, bool bAdd=true)=0
Add or remove the windows to be hooked.
virtual SDKError Stop()=0
Stop hooking.
virtual SDKError Start()=0
Start hooking.
virtual SDKError SetEvent(IUIHookerEvent *pEvent)=0
Set UI Hooker callback event handler.
UIHOOKHWNDTYPE
SDK hook type. Here are more detailed structural descriptions.
@ UIHOOKWNDTYPE_USERDEFIEND
@ UIHOOKWNDTYPE_BOTTOMTOOLBAR
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.