windows::Win32::Graphics::Printing

Function SetFormW

pub unsafe fn SetFormW<P1>(
    hprinter: PRINTER_HANDLE,
    pformname: P1,
    level: u32,
    pform: *const u8,
) -> BOOL
where P1: Param<PCWSTR>,