【问题标题】:shcore.dll on Windows 7 -- does it exist?Windows 7 上的 shcore.dll——它存在吗?
【发布时间】:2016-05-05 19:04:16
【问题描述】:

我正在尝试使用此功能,但我没有 shcore.dll,而且我不知道从哪里获得它。 shcore.dll 只是一个 Windows 10 DLL 吗?

   [DllImport("Shcore.dll")]
        internal static extern IntPtr GetDpiForMonitor(
            [In] IntPtr hmonitor,
            [In] MonitorDpiType dpiType,
            [Out] out uint dpiX,
            [Out] out uint dpiY);

【问题讨论】:

  • per Monitor DPI 缩放是从 8.1 开始添加的,所以不,在 Win7 中不可用。

标签: c# windows-7


【解决方案1】:

它在 Windows 7 上不可用。 基于Microsoft's documentation. 需要Windows 8.1或更高版本

【讨论】:

    猜你喜欢
    • 2020-11-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-11-23
    • 2011-06-02
    • 1970-01-01
    • 1970-01-01
    • 2010-12-10
    相关资源
    最近更新 更多