Meeting SDK for Windows API 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 |
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.
|
inline |
HWND tagShowChatDlgParam::hChatWnd |
Chat dialog handle.
Definition at line 54 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().
HWND tagShowChatDlgParam::hParent |
Parent window handle.
Definition at line 50 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().
RECT tagShowChatDlgParam::rect |
Chat dialog position.
Definition at line 52 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().