TeamTalk 4 C-API DLL  Version 4.5A
ShareWindow Struct Reference

A struct which describes the properties of a window which can be shared. More...

#include <TeamTalk4.h>

Public Attributes

HWND hWnd
 The Windows handle of the window. More...
 
INT32 nWndX
 X coordinate of the window relative to the Windows desktop. More...
 
INT32 nWndY
 Y coordinate of the window relative to the Windows desktop. More...
 
INT32 nWidth
 The width in pixels of the window. More...
 
INT32 nHeight
 The height in pixels of the window. More...
 
TTCHAR szWindowTitle [TT_STRLEN]
 The title of the window. More...
 
INT64 nWindowID
 The CGWindowID. More...
 
INT32 nWindowX
 X coordinate of window. More...
 
INT32 nWindowY
 Y coordinate of window. More...
 
INT64 nPID
 The PID of the owning process. More...
 

Detailed Description

A struct which describes the properties of a window which can be shared.

See Also
TT_Windows_GetDesktopWindowHWND()
TT_Windows_GetWindow()
TT_MacOS_GetWindow()
TT_MacOS_GetWindowFromWindowID()

Member Data Documentation

HWND ShareWindow::hWnd

The Windows handle of the window.

INT32 ShareWindow::nWndX

X coordinate of the window relative to the Windows desktop.

INT32 ShareWindow::nWndY

Y coordinate of the window relative to the Windows desktop.

INT32 ShareWindow::nWidth

The width in pixels of the window.

The width of the window.

INT32 ShareWindow::nHeight

The height in pixels of the window.

The height of the window.

TTCHAR ShareWindow::szWindowTitle

The title of the window.

INT64 ShareWindow::nWindowID

The CGWindowID.

INT32 ShareWindow::nWindowX

X coordinate of window.

INT32 ShareWindow::nWindowY

Y coordinate of window.

INT64 ShareWindow::nPID

The PID of the owning process.