TeamTalk 5 C-API DLL Version 5.15A
Loading...
Searching...
No Matches
ShareWindow Struct Reference

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

#include <TeamTalk.h>

Public Attributes

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

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()

Definition at line 5739 of file TeamTalk.h.

Member Data Documentation

◆ hWnd

HWND ShareWindow::hWnd

The Windows handle of the window.

Definition at line 5742 of file TeamTalk.h.

◆ nWndX

INT32 ShareWindow::nWndX

X coordinate of the window relative to the Windows desktop.

Definition at line 5744 of file TeamTalk.h.

◆ nWndY

INT32 ShareWindow::nWndY

Y coordinate of the window relative to the Windows desktop.

Definition at line 5746 of file TeamTalk.h.

◆ nWidth

INT32 ShareWindow::nWidth

The width in pixels of the window.

The width of the window.

Definition at line 5748 of file TeamTalk.h.

◆ nHeight

INT32 ShareWindow::nHeight

The height in pixels of the window.

The height of the window.

Definition at line 5750 of file TeamTalk.h.

◆ szWindowTitle

TTCHAR ShareWindow::szWindowTitle

The title of the window.

Definition at line 5752 of file TeamTalk.h.

◆ nWindowID

INT64 ShareWindow::nWindowID

The CGWindowID.

Definition at line 5857 of file TeamTalk.h.

◆ nWindowX

INT32 ShareWindow::nWindowX

X coordinate of window.

Definition at line 5859 of file TeamTalk.h.

◆ nWindowY

INT32 ShareWindow::nWindowY

Y coordinate of window.

Definition at line 5861 of file TeamTalk.h.

◆ nPID

INT64 ShareWindow::nPID

The PID of the owning process.

Definition at line 5869 of file TeamTalk.h.