OpenTK.Platform.Windows.WindowInfo Struct Reference

Contains window information. More...

List of all members.

Public Attributes

DWORD Size
 The size of the structure, in bytes.
RECT Window
 Pointer to a RECT structure that specifies the coordinates of the window.
RECT Client
 Pointer to a RECT structure that specifies the coordinates of the client area.
WindowStyle Style
 The window styles. For a table of window styles, see CreateWindowEx.
ExtendedWindowStyle ExStyle
 The extended window styles. For a table of extended window styles, see CreateWindowEx.
DWORD WindowStatus
 The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero.
UINT WindowBordersX
 The width of the window border, in pixels.
UINT WindowBordersY
 The height of the window border, in pixels.
ATOM WindowType
 The window class atom (see RegisterClass).
WORD CreatorVersion
 The Microsoft Windows version of the application that created the window.

Detailed Description

Contains window information.

Definition at line 2707 of file API.cs.


Member Data Documentation

Pointer to a RECT structure that specifies the coordinates of the client area.

Definition at line 2720 of file API.cs.

The Microsoft Windows version of the application that created the window.

Definition at line 2748 of file API.cs.

The extended window styles. For a table of extended window styles, see CreateWindowEx.

Definition at line 2728 of file API.cs.

The size of the structure, in bytes.

Definition at line 2712 of file API.cs.

The window styles. For a table of window styles, see CreateWindowEx.

Definition at line 2724 of file API.cs.

Pointer to a RECT structure that specifies the coordinates of the window.

Definition at line 2716 of file API.cs.

The width of the window border, in pixels.

Definition at line 2736 of file API.cs.

The height of the window border, in pixels.

Definition at line 2740 of file API.cs.

The window status. If this member is WS_ACTIVECAPTION, the window is active. Otherwise, this member is zero.

Definition at line 2732 of file API.cs.

The window class atom (see RegisterClass).

Definition at line 2744 of file API.cs.

 All Classes Functions Variables Enumerations Properties Events

Generated on Tue Mar 9 15:06:33 2010 for The Open Toolkit library by  doxygen 1.6.1