Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
ui_hook_interface.h
Go to the documentation of this file.
1
5#ifndef _UI_HOOK_INTERFACE_H_
6#define _UI_HOOK_INTERFACE_H_
7
8#include "zoom_sdk_def.h"
9
24
30{
31public:
37 virtual void onUIActionNotify(UIHOOKHWNDTYPE type, MSG msg) = 0;
38};
39
45{
46public:
52 virtual SDKError SetEvent(IUIHookerEvent* pEvent) = 0;
53
60 virtual SDKError MonitorWndMessage(unsigned int wndmsgid, bool bAdd = true) = 0;
61
68 virtual SDKError MonitorWnd(const zchar_t* classname, bool bAdd = true) = 0;
69
74 virtual SDKError Start() = 0;
75
81 virtual SDKError Stop() = 0;
82};
84#endif
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
@ UIHOOKWNDTYPE_MAINWND
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
wchar_t zchar_t
Definition zoom_sdk_def.h:9
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.