TeamTalk 5 .NET DLL  Version 5.14A
BearWare.ShareWindow Struct Reference

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

Public Attributes

IntPtr hWnd
 The Windows handle of the window. More...
 
int nWndX
 X coordinate of the window relative to the Windows desktop. More...
 
int nWndY
 Y coordinate of the window relative to the Windows desktop. More...
 
int nWidth
 The width in pixels of the window. More...
 
int nHeight
 The height in pixels of the window. More...
 
string szWindowTitle
 The title of the window. More...
 

Detailed Description

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

ingroup desktopshare

Definition at line 9165 of file TeamTalk.cs.

Member Data Documentation

◆ hWnd

IntPtr BearWare.ShareWindow.hWnd

The Windows handle of the window.

Definition at line 9168 of file TeamTalk.cs.

◆ nWndX

int BearWare.ShareWindow.nWndX

X coordinate of the window relative to the Windows desktop.

Definition at line 9170 of file TeamTalk.cs.

◆ nWndY

int BearWare.ShareWindow.nWndY

Y coordinate of the window relative to the Windows desktop.

Definition at line 9172 of file TeamTalk.cs.

◆ nWidth

int BearWare.ShareWindow.nWidth

The width in pixels of the window.

Definition at line 9174 of file TeamTalk.cs.

◆ nHeight

int BearWare.ShareWindow.nHeight

The height in pixels of the window.

Definition at line 9176 of file TeamTalk.cs.

◆ szWindowTitle

string BearWare.ShareWindow.szWindowTitle

The title of the window.

Definition at line 9179 of file TeamTalk.cs.