หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Indicates whether the device is a primary or immersive type of display.
Note The functions that use these enumeration values are no longer supported as of Windows 8.1.
Syntax
typedef enum {
DEVICE_PRIMARY = 0,
DEVICE_IMMERSIVE = 1
} DISPLAY_DEVICE_TYPE;
Constants
DEVICE_PRIMARYValue: 0 The device is a primary display device. |
DEVICE_IMMERSIVEValue: 1 The device is an immersive display device. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | shellscalingapi.h |