Searched refs:DriverInfoDetail (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/netcfgx/ |
H A D | installer.c | 539 SP_DRVINFO_DETAIL_DATA_W DriverInfoDetail; in NetClassInstaller() local 568 DriverInfoDetail.cbSize = sizeof(SP_DRVINFO_DETAIL_DATA_W); in NetClassInstaller() 569 …etailW(DeviceInfoSet, DeviceInfoData, &DriverInfoData, &DriverInfoDetail, sizeof(DriverInfoDetail)… in NetClassInstaller() 577 hInf = SetupOpenInfFileW(DriverInfoDetail.InfFileName, NULL, INF_STYLE_WIN4, &ErrorLine); in NetClassInstaller() 585 …if (!SetupDiGetActualSectionToInstallW(hInf, DriverInfoDetail.SectionName, SectionName, LINE_LEN, … in NetClassInstaller() 597 L"Characteristics", SectionName, DriverInfoDetail.InfFileName, rc); in NetClassInstaller()
|