IMsRdpClientNonScriptable5::GetRemoteMonitorsBoundingBox property

Specifies the bounding rectangle of the remote monitor.

This property is read-only.

Syntax

HRESULT get_GetRemoteMonitorsBoundingBox(
  [out] LONG *pLeft,
  [out] LONG *pTop,
  [out] LONG *pRight,
  [out] LONG *pBottom
);

Property value

Receives the left edge of the rectangle.

Receives the top edge of the rectangle.

Receives the right edge of the rectangle.

Receives the bottom edge of the rectangle.

Remarks

All coordinates are in virtual screen coordinates, which are relative to the upper-left corner of the primary monitor. If this is not the primary monitor, some or all of these values may be negative.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientNonScriptable5 is defined as 4f6996d5-d7b1-412c-b0ff-063718566907

See also

IMsRdpClientNonScriptable5