windows::Win32::Devices::Fax

Function FaxEnableRoutingMethodW

pub unsafe fn FaxEnableRoutingMethodW<P1>(
    faxporthandle: HANDLE,
    routingguid: P1,
    enabled: bool,
) -> Result<()>
where P1: Param<PCWSTR>,