Function windows::Win32::Devices::Enumeration::Pnp::SwDeviceInterfacePropertySet
pub unsafe fn SwDeviceInterfacePropertySet<P0, P1>(
hswdevice: P0,
pszdeviceinterfaceid: P1,
pproperties: &[DEVPROPERTY],
) -> Result<()>where
P0: Param<HSWDEVICE>,
P1: Param<PCWSTR>,