Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |