C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_MONITOR_DEF

The TS_MONITOR_DEF packet describes the configuration of a client-side display monitor. The x and y coordinates used to describe the monitor position MUST be relative to the upper-left corner of the monitor designated as the "primary display monitor" (this implies that the upper-left corner of the primary monitor is always (0, 0)).
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bottom uint
flags Flags_TS_MONITOR_DEF
left uint
right uint
top uint

Property Details

bottom public_oe property

A 32-bit, unsigned integer. Specifies the y-coordinate of the lower-right corner of the display monitor.
public uint bottom
return uint

flags public_oe property

A 32-bit, unsigned integer. Monitor configuration flags.
public Flags_TS_MONITOR_DEF flags
return Flags_TS_MONITOR_DEF

left public_oe property

A 32-bit, unsigned integer. Specifies the x-coordinate of the upper-left corner of the display monitor.
public uint left
return uint

right public_oe property

A 32-bit, unsigned integer. Specifies the x-coordinate of the lower-right corner of the display monitor.
public uint right
return uint

top public_oe property

A 32-bit, unsigned integer. Specifies the y-coordinate of the upper-left corner of the display monitor.
public uint top
return uint