windows::Win32::Graphics::Printing

Function GdiGetSpoolFileHandle

pub unsafe fn GdiGetSpoolFileHandle<P0, P2>(
    pwszprintername: P0,
    pdevmode: *mut DEVMODEW,
    pwszdocname: P2,
) -> HANDLE
where P0: Param<PCWSTR>, P2: Param<PCWSTR>,