ZOOM Windows SDK
5.2.42037.1112
|
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... | |
UI hooker callback event.
|
pure virtual |
UI relative action hooked callback. The callback works only in the working thread and does not feedback to the main thread.
type | Hook type. For more details, see UIHOOKHWNDTYPE enum. |
msg | Hooked message. For more details, see windows MSG structure. |