Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
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_NONEValue: 0x00 No change. |
SCF_SCALEValue: 0x01 The scale factor has changed. |
SCF_PHYSICALValue: 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 |