_WTS_SMALL_RECT structure (wtsdefs.h)

Contains client window coordinates.

Syntax

typedef struct _WTS_SMALL_RECT {
  SHORT Left;
  SHORT Top;
  SHORT Right;
  SHORT Bottom;
} _WTS_SMALL_RECT, WTS_SMALL_RECT, *PWTS_SMALL_RECT, _WRDS_SMALL_RECT;

Members

Left

Specifies the upper left x-coordinate.

Top

Specifies the upper left y-coordinate.

Right

Specifies the lower right x-coordinate.

Bottom

Specifies the lower right y-coordinate.

Remarks

This structure is used by the Remote Desktop Services service to redraw the client window.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Header wtsdefs.h (include Wtsprotocol.h)