SCALE_CHANGE_FLAGS enumeration (shellscalingapi.h)

Flags that are used to indicate the scaling change that occurred.

Syntax

typedef enum {
  SCF_VALUE_NONE = 0x00,
  SCF_SCALE = 0x01,
  SCF_PHYSICAL = 0x02
} SCALE_CHANGE_FLAGS;

Constants

 
SCF_VALUE_NONE
Value: 0x00
No change.
SCF_SCALE
Value: 0x01
The scale factor has changed.
SCF_PHYSICAL
Value: 0x02
The physical dpi of the device has changed. A change in the physical dpi is generally caused either by switching display devices or switching display resolutions.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header shellscalingapi.h