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 |
Parent window handle. | |
RECT | rect |
Chat dialog position. | |
HWND | hChatWnd |
Chat dialog handle. | |
The configuration of the parameters to display the dialog. Here are more detailed structural descriptions.
Definition at line 42 of file meeting_ui_ctrl_interface.h.
|
inline |
Definition at line 47 of file meeting_ui_ctrl_interface.h.
HWND tagShowChatDlgParam::hChatWnd |
Chat dialog handle.
Definition at line 46 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().
HWND tagShowChatDlgParam::hParent |
Parent window handle.
Definition at line 44 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().
RECT tagShowChatDlgParam::rect |
Chat dialog position.
Definition at line 45 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().