windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiCreateDeviceInterfaceRegKeyW

pub unsafe fn SetupDiCreateDeviceInterfaceRegKeyW<P5>(
    deviceinfoset: HDEVINFO,
    deviceinterfacedata: *const SP_DEVICE_INTERFACE_DATA,
    reserved: Option<u32>,
    samdesired: u32,
    infhandle: Option<*const c_void>,
    infsectionname: P5,
) -> Result<HKEY>
where P5: Param<PCWSTR>,