Windows SDK API Reference
Loading...
Searching...
No Matches
ui_hook_interface.h File Reference

UI Hook Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  IUIHookerEvent
 UI hooker callback event. More...
 
class  IUIHooker
 Embedded browser interface. More...
 

Enumerations

enum  UIHOOKHWNDTYPE { UIHOOKWNDTYPE_USERDEFIEND , UIHOOKWNDTYPE_MAINWND , UIHOOKWNDTYPE_BOTTOMTOOLBAR }
 SDK hook type. Here are more detailed structural descriptions. More...
 

Detailed Description

UI Hook Interface.

Definition in file ui_hook_interface.h.

Enumeration Type Documentation

◆ UIHOOKHWNDTYPE

SDK hook type. Here are more detailed structural descriptions.

Enumerator
UIHOOKWNDTYPE_USERDEFIEND 

The type of hooking messages and windows defined by users.

UIHOOKWNDTYPE_MAINWND 

The type of hooking main window.

UIHOOKWNDTYPE_BOTTOMTOOLBAR 

The type of hooking toolbar at the bottom.

Definition at line 16 of file ui_hook_interface.h.

17{
21};
@ UIHOOKWNDTYPE_USERDEFIEND
The type of hooking messages and windows defined by users.
@ UIHOOKWNDTYPE_BOTTOMTOOLBAR
The type of hooking toolbar at the bottom.
@ UIHOOKWNDTYPE_MAINWND
The type of hooking main window.