windows::Win32::Graphics::Printing

Function ExtDeviceMode

pub unsafe fn ExtDeviceMode<P3, P4, P6>(
    hwnd: Option<HWND>,
    hinst: Option<HANDLE>,
    pdevmodeoutput: Option<*mut DEVMODEA>,
    pdevicename: P3,
    pport: P4,
    pdevmodeinput: Option<*const DEVMODEA>,
    pprofile: P6,
    fmode: u32,
) -> i32
where P3: Param<PCSTR>, P4: Param<PCSTR>, P6: Param<PCSTR>,