windows::Win32::Devices::Fax

Function FaxSetRoutingInfoW

pub unsafe fn FaxSetRoutingInfoW<P1>(
    faxporthandle: HANDLE,
    routingguid: P1,
    routinginfobuffer: *const u8,
    routinginfobuffersize: u32,
) -> Result<()>
where P1: Param<PCWSTR>,