windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiOpenDeviceInfoW

pub unsafe fn SetupDiOpenDeviceInfoW<P1>(
    deviceinfoset: HDEVINFO,
    deviceinstanceid: P1,
    hwndparent: Option<HWND>,
    openflags: u32,
    deviceinfodata: Option<*mut SP_DEVINFO_DATA>,
) -> Result<()>
where P1: Param<PCWSTR>,