MC_POSITION_TYPE enumeration (highlevelmonitorconfigurationapi.h)

Specifies whether to get or set the vertical or horizontal position of a monitor's display area.

Syntax

typedef enum _MC_POSITION_TYPE {
  MC_HORIZONTAL_POSITION,
  MC_VERTICAL_POSITION
} MC_POSITION_TYPE;

Constants

 
MC_HORIZONTAL_POSITION
Horizontal position.
MC_VERTICAL_POSITION
Vertical position.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header highlevelmonitorconfigurationapi.h

See also

GetMonitorDisplayAreaPosition

Monitor Configuration Enumeration Types

SetMonitorDisplayAreaPosition