windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiCreateDevRegKeyW

pub unsafe fn SetupDiCreateDevRegKeyW<P6>(
    deviceinfoset: HDEVINFO,
    deviceinfodata: *const SP_DEVINFO_DATA,
    scope: u32,
    hwprofile: u32,
    keytype: u32,
    infhandle: Option<*const c_void>,
    infsectionname: P6,
) -> Result<HKEY>
where P6: Param<PCWSTR>,