windows::Win32::Graphics::Printing

Function GetPrintOutputInfo

pub unsafe fn GetPrintOutputInfo<P1>(
    hwnd: HWND,
    pszprinter: P1,
    phfile: *mut HANDLE,
    ppszoutputfile: *mut PWSTR,
) -> Result<()>
where P1: Param<PCWSTR>,