Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |