Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
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
 
RECT rect
 
HWND hChatWnd
 

Detailed Description

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

Definition at line 47 of file meeting_ui_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagShowChatDlgParam()

tagShowChatDlgParam::tagShowChatDlgParam ( )
inline

Definition at line 55 of file meeting_ui_ctrl_interface.h.

56 {
57 hParent = nullptr;
58 hChatWnd = nullptr;
59 rect.top = 0;
60 rect.bottom = 0;
61 rect.left = 0;
62 rect.right = 0;
63 }

References hChatWnd, hParent, and rect.

Field Documentation

◆ hChatWnd

HWND tagShowChatDlgParam::hChatWnd

Chat dialog handle.

Definition at line 54 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().

◆ hParent

HWND tagShowChatDlgParam::hParent

Parent window handle.

Definition at line 50 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().

◆ rect

RECT tagShowChatDlgParam::rect

Chat dialog position.

Definition at line 52 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().