ZOOM Windows SDK  5.2.42037.1112
Public Attributes | List of all members
tagWndPosition Struct 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. Here are more detailed structural descriptions. More...

#include <zoom_sdk_def.h>

Public Attributes

int left
 Specifies the X-axis coordinate of the top-left corner of the window.
 
int top
 Specifies the Y-axis coordinate of the top-left of the window.
 
HWND hSelfWnd
 Specifies the window handle of the window itself.
 
HWND hParent
 Specifies the window handle of the parent window. If the value is NULL, the position coordinate is the monitor coordinate.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: