Function windows::Win32::Graphics::Dwm::DwmSetPresentParameters
pub unsafe fn DwmSetPresentParameters<P0>(
hwnd: P0,
ppresentparams: *mut DWM_PRESENT_PARAMETERS,
) -> Result<()>where
P0: Param<HWND>,