windows::Win32::Graphics::Printing

Function PrinterMessageBoxW

pub unsafe fn PrinterMessageBoxW<P3, P4>(
    hprinter: PRINTER_HANDLE,
    error: u32,
    hwnd: HWND,
    ptext: P3,
    pcaption: P4,
    dwtype: u32,
) -> u32
where P3: Param<PCWSTR>, P4: Param<PCWSTR>,