หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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) |