Function windows::Win32::Storage::Xps::PrintWindow

pub unsafe fn PrintWindow<P0, P1>(
    hwnd: P0,
    hdcblt: P1,
    nflags: PRINT_WINDOW_FLAGS,
) -> BOOL
where P0: Param<HWND>, P1: Param<HDC>,