Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 2.29 KB

ne-shellscalingapi-display_device_type.md

File metadata and controls

77 lines (59 loc) · 2.29 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:shellscalingapi.DISPLAY_DEVICE_TYPE
DISPLAY_DEVICE_TYPE (shellscalingapi.h)
Indicates whether the device is a primary or immersive type of display.
DEVICE_IMMERSIVE
DEVICE_PRIMARY
DISPLAY_DEVICE_TYPE
DISPLAY_DEVICE_TYPE enumeration [Windows Shell]
shell.display_device_type
shellscalingapi/DEVICE_IMMERSIVE
shellscalingapi/DEVICE_PRIMARY
shellscalingapi/DISPLAY_DEVICE_TYPE
shell\display_device_type.htm
shell
C8964494-339B-4198-A544-3BBCCFEB9596
12/05/2018
DEVICE_IMMERSIVE, DEVICE_PRIMARY, DISPLAY_DEVICE_TYPE, DISPLAY_DEVICE_TYPE enumeration [Windows Shell], shell.display_device_type, shellscalingapi/DEVICE_IMMERSIVE, shellscalingapi/DEVICE_PRIMARY, shellscalingapi/DISPLAY_DEVICE_TYPE
shellscalingapi.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
DISPLAY_DEVICE_TYPE
19H1
DISPLAY_DEVICE_TYPE
shellscalingapi/DISPLAY_DEVICE_TYPE
c++
APIRef
kbSyntax
HeaderDef
ShellScalingAPI.h
DISPLAY_DEVICE_TYPE

DISPLAY_DEVICE_TYPE enumeration

-description

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.
 

-enum-fields

-field DEVICE_PRIMARY:0

The device is a primary display device.

-field DEVICE_IMMERSIVE:1

The device is an immersive display device.

-see-also

GetScaleFactorForDevice

RegisterScaleChangeNotifications

RevokeScaleChangeNotifications