windows::Win32::Devices::WebServicesOnDevices

Function WSDCreateDeviceProxy

pub unsafe fn WSDCreateDeviceProxy<P0, P1, P2>(
    pszdeviceid: P0,
    pszlocalid: P1,
    pcontext: P2,
) -> Result<IWSDDeviceProxy>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<IWSDXMLContext>,