Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

shcore.dll on Windows 7 -- does it exist?

Writer Andrew Henderson

I am trying to use this function, but I don't have shcore.dll and I can't figure out where to get it. Is shcore.dll just a 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);
1

1 Answer

It is not available on Windows 7. Windows 8.1 or newer is required based on Microsoft's documentation.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.