Function GetDpiForMonitor

Source
pub unsafe extern "system" fn GetDpiForMonitor(
    hmonitor: HMONITOR,
    dpiType: MONITOR_DPI_TYPE,
    dpiX: *mut UINT,
    dpiY: *mut UINT,
) -> HRESULT