windows::Win32::Devices::Enumeration::Pnp

Function SwDeviceInterfacePropertySet

pub unsafe fn SwDeviceInterfacePropertySet<P1>(
    hswdevice: HSWDEVICE,
    pszdeviceinterfaceid: P1,
    pproperties: &[DEVPROPERTY],
) -> Result<()>
where P1: Param<PCWSTR>,