windows::Win32::Graphics::Printing

Function AdvancedDocumentPropertiesA

pub unsafe fn AdvancedDocumentPropertiesA<P2>(
    hwnd: HWND,
    hprinter: PRINTER_HANDLE,
    pdevicename: P2,
    pdevmodeoutput: Option<*mut DEVMODEA>,
    pdevmodeinput: Option<*const DEVMODEA>,
) -> i32
where P2: Param<PCSTR>,