SCALE_CHANGE_FLAGS enumeration
Flags that are used to indicate the scaling change that occured.
Syntax
typedef enum { SCF_VALUE_NONE = 0x00, SCF_SCALE = 0x01, SCF_PHYSICAL = 0x02 } SCALE_CHANGE_FLAGS;
Constants
- SCF_VALUE_NONE
-
No change.
- SCF_SCALE
-
The scale factor has changed.
- SCF_PHYSICAL
-
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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
Show: