DisplayMode structure (cloneviewhelper.h)

The DisplayMode structure describes a display device.

Syntax

typedef struct tagDisplayMode {
  WCHAR    DeviceName[32];
  DEVMODEW devMode;
} DisplayMode;

Members

DeviceName[32]

A single wide-character string that contains the name of the display device.

devMode

A DEVMODEW structure that contains characteristics of the display device.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header cloneviewhelper.h (include Cloneviewhelper.h)

See also

DEVMODEW

DisplayModes

IViewHelper::SetConfiguration