Windows 7上的shcore.dll - 它存在吗?

ast*_*ght 4 c# windows-7

我正在尝试使用此功能,但我没有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);
Run Code Online (Sandbox Code Playgroud)

Sam*_*nen 9

它在Windows 7上不可用.根据Microsoft的文档,需要Windows 8.1或更高版本.