MC_SIZE_TYPE enumeration (highlevelmonitorconfigurationapi.h)

Specifies whether to get or set the width or height of a monitor's display area.

Syntax

typedef enum _MC_SIZE_TYPE {
  MC_WIDTH,
  MC_HEIGHT
} MC_SIZE_TYPE;

Constants

 
MC_WIDTH
Width.
MC_HEIGHT
Height.

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

GetMonitorDisplayAreaSize

Monitor Configuration Enumeration Types