Meeting SDK for Windows API Reference
|
The position of the window. The coordinate of position is that of monitor when the parent window is null. If the the parent window is not null, the position coordinate is that of the parent window. More...
#include <zoom_sdk_def.h>
Public Member Functions | |
tagWndPosition () | |
Data Fields | |
int | left |
int | top |
HWND | hSelfWnd |
HWND | hParent |
The position of the window. The coordinate of position is that of monitor when the parent window is null. If the the parent window is not null, the position coordinate is that of the parent window.
The position of the window. The coordinate of position is that of monitor when the parent window is null. If the the parent window is not null, the position coordinate is that of the parent window. Here are more detailed structural descriptions.
Definition at line 180 of file zoom_sdk_def.h.
|
inline |
Definition at line 190 of file zoom_sdk_def.h.
HWND tagWndPosition::hParent |
Specifies the window handle of the parent window. If the value is nullptr, the position coordinate is the monitor coordinate.
Definition at line 189 of file zoom_sdk_def.h.
Referenced by tagWndPosition().
HWND tagWndPosition::hSelfWnd |
Specifies the window handle of the window itself.
Definition at line 187 of file zoom_sdk_def.h.
Referenced by tagWndPosition().
int tagWndPosition::left |
Specifies the X-axis coordinate of the top-left corner of the window.
Definition at line 183 of file zoom_sdk_def.h.
Referenced by tagWndPosition().
int tagWndPosition::top |
Specifies the Y-axis coordinate of the top-left of the window.
Definition at line 185 of file zoom_sdk_def.h.
Referenced by tagWndPosition().