windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiSetClassPropertyExW

pub unsafe fn SetupDiSetClassPropertyExW<P6>(
    classguid: *const GUID,
    propertykey: *const DEVPROPKEY,
    propertytype: DEVPROPTYPE,
    propertybuffer: Option<&[u8]>,
    flags: u32,
    machinename: P6,
    reserved: Option<*const c_void>,
) -> Result<()>
where P6: Param<PCWSTR>,