windows::Win32::Graphics::Printing

Function AdvancedDocumentPropertiesW

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