Windows SDK 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. More... | |
RECT | rect |
Chat dialog position. More... | |
HWND | hChatWnd |
Chat dialog handle. More... | |
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.
|
inline |
Definition at line 41 of file meeting_ui_ctrl_interface.h.
HWND tagShowChatDlgParam::hChatWnd |
Chat dialog handle.
Definition at line 40 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().
HWND tagShowChatDlgParam::hParent |
Parent window handle.
Definition at line 38 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().
RECT tagShowChatDlgParam::rect |
Chat dialog position.
Definition at line 39 of file meeting_ui_ctrl_interface.h.
Referenced by tagShowChatDlgParam().