Windows SDK 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
 Parent window handle. More...
 
RECT rect
 Chat dialog position. More...
 
HWND hChatWnd
 Chat dialog handle. More...
 

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 36 of file meeting_ui_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagShowChatDlgParam()

tagShowChatDlgParam::tagShowChatDlgParam ( )
inline

Definition at line 41 of file meeting_ui_ctrl_interface.h.

42 {
43 hParent = NULL;
44 hChatWnd = NULL;
45 rect.top = 0;
46 rect.bottom = 0;
47 rect.left = 0;
48 rect.right = 0;
49 }
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 40 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().

◆ hParent

HWND tagShowChatDlgParam::hParent

Parent window handle.

Definition at line 38 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().

◆ rect

RECT tagShowChatDlgParam::rect

Chat dialog position.

Definition at line 39 of file meeting_ui_ctrl_interface.h.

Referenced by tagShowChatDlgParam().