windows::Win32::Graphics::Printing

Function GetFormW

pub unsafe fn GetFormW<P1>(
    hprinter: PRINTER_HANDLE,
    pformname: P1,
    level: u32,
    pform: Option<&mut [u8]>,
    pcbneeded: *mut u32,
) -> BOOL
where P1: Param<PCWSTR>,