shcore.dll 关于 Windows 7 -- 它存在吗?
shcore.dll on Windows 7 -- does it exist?
我正在尝试使用此功能,但我没有 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);
Windows7 上不可用。
Windows 基于 Microsoft's documentation.
需要 8.1 或更新版本
我正在尝试使用此功能,但我没有 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);
Windows7 上不可用。 Windows 基于 Microsoft's documentation.
需要 8.1 或更新版本