windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Set_Device_Interface_PropertyW

pub unsafe fn CM_Set_Device_Interface_PropertyW<P0>(
    pszdeviceinterface: P0,
    propertykey: *const DEVPROPKEY,
    propertytype: DEVPROPTYPE,
    propertybuffer: Option<&[u8]>,
    ulflags: u32,
) -> CONFIGRET
where P0: Param<PCWSTR>,