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 DisplayModes structure contains a list of display modes.
Syntax
typedef struct tagDisplayModes {
int numDisplayModes;
DisplayMode displayMode[1];
} DisplayModes;
Members
numDisplayModes
The number of display modes in the array that the displayMode member specifies.
displayMode[1]
An array of DisplayMode structures that describe characteristics of display devices.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | cloneviewhelper.h (include Cloneviewhelper.h) |