31 #ifndef __IWinUIScalingPrefs__ 32 #define __IWinUIScalingPrefs__ 34 #include "IPMUnknown.h" 46 enum { kDefaultIID = IID_IWINUISCALINGPREFS };
48 typedef enum {kLower=0, kHigher} ScalingFactorPref;
51 virtual bool16 GetScaleUserInterface() = 0;
54 virtual void SetScaleUserInterface(
const bool16& state) = 0;
57 virtual ScalingFactorPref GetScalingFactorPref() = 0;
60 virtual void SetScalingFactorPref(
const ScalingFactorPref& pref) = 0;