Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagShowChatDlgParam Struct Reference

The configuration of the parameters to display the dialog. Here are more detailed structural descriptions. More...

#include <meeting_ui_ctrl_interface.h>

Public Member Functions

 tagShowChatDlgParam ()
 

Data Fields

HWND hParent
 Parent window handle.
 
RECT rect
 Chat dialog position.
 
HWND hChatWnd
 Chat dialog handle.
 

Detailed Description

The configuration of the parameters to display the dialog. Here are more detailed structural descriptions.

Display the parameter of the meeting chat dialog. Here are more detailed structural descriptions.

Definition at line 42 of file meeting_ui_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagShowChatDlgParam()

tagShowChatDlgParam::tagShowChatDlgParam ( )
inline

Definition at line 47 of file meeting_ui_ctrl_interface.h.

48 {
49 hParent = nullptr;
50 hChatWnd = nullptr;
51 rect.top = 0;
52 rect.bottom = 0;
53 rect.left = 0;
54 rect.right = 0;
55 }
HWND hParent
Parent window handle.
RECT rect
Chat dialog position.
HWND hChatWnd
Chat dialog handle.

References hChatWnd, hParent, and rect.

Field Documentation

◆ hChatWnd

HWND tagShowChatDlgParam::hChatWnd

Chat dialog handle.

Definition at line 46 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().

◆ hParent

HWND tagShowChatDlgParam::hParent

Parent window handle.

Definition at line 44 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().

◆ rect

RECT tagShowChatDlgParam::rect

Chat dialog position.

Definition at line 45 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().