Expand Minimize
This topic has not yet been rated - Rate this topic

SCALE_CHANGE_FLAGS enumeration

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

Syntax


typedef enum _SCALE_CHANGE_FLAGS { 
  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 API is generally caused by either 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

Shellscalingapi.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.