Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IUIHookerEvent Class Referenceabstract

UI hooker callback event. More...

#include <ui_hook_interface.h>

Public Member Functions

virtual void onUIActionNotify (UIHOOKHWNDTYPE type, MSG msg)=0
 UI relative action hooked callback. The callback works only in the working thread and does not feedback to the main thread.
 

Detailed Description

UI hooker callback event.

Definition at line 24 of file ui_hook_interface.h.

Member Function Documentation

◆ onUIActionNotify()

virtual void IUIHookerEvent::onUIActionNotify ( UIHOOKHWNDTYPE type,
MSG msg )
pure virtual

UI relative action hooked callback. The callback works only in the working thread and does not feedback to the main thread.

Parameters
typeHook type. For more details, see UIHOOKHWNDTYPE enum.
msgHooked message. For more details, see windows MSG structure.