ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
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. More...
 

Detailed Description

UI hooker callback event.

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.

The documentation for this class was generated from the following file: