pub unsafe fn RegisterScaleChangeNotifications<P0>(
    displaydevice: DISPLAY_DEVICE_TYPE,
    hwndnotify: P0,
    umsgnotify: u32
) -> Result<u32>
where P0: IntoParam<HWND>,