DesktopWindow Struct Reference
[Desktop Sharing]

A struct containing the properties of a shared desktop window. More...

#include <TeamTalk4.h>

List of all members.

Public Attributes

INT32 nWidth
 The width in pixels of the bitmap.
INT32 nHeight
 The height in pixels of the bitmap.
BitmapFormat bmpFormat
 The format of the bitmap.
INT32 nBytesPerLine
 The number of bytes for each scan-line in the bitmap. Zero means 4-byte aligned.
INT32 nSessionID
 The ID of the session which the bitmap belongs to. If the session ID changes it means the user has started a new session. This e.g. happens if the desktop session has been closed and restart or if the bitmap has been resized. Set nSessionID to 0 if the desktop window is used with TT_SendDesktopWindow().
DesktopProtocol nProtocol
 The desktop protocol used for transmitting the desktop window.

Detailed Description

A struct containing the properties of a shared desktop window.

The desktop window is a description of the bitmap which can be retrieved using TT_GetUserDesktopWindow() or the bitmap which should be transmitted using TT_SendDesktopWindow().


Member Data Documentation

The width in pixels of the bitmap.

The height in pixels of the bitmap.

The format of the bitmap.

The number of bytes for each scan-line in the bitmap. Zero means 4-byte aligned.

The ID of the session which the bitmap belongs to. If the session ID changes it means the user has started a new session. This e.g. happens if the desktop session has been closed and restart or if the bitmap has been resized. Set nSessionID to 0 if the desktop window is used with TT_SendDesktopWindow().

The desktop protocol used for transmitting the desktop window.

Generated on Sun Mar 18 17:18:33 2012 for TeamTalk 4 C-API DLL by  doxygen 1.6.3