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