Function windows::Win32::Graphics::Printing::ExtDeviceMode

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