Home
last modified time | relevance | path

Searched refs:BestScore4 (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/setupapi/
H A Ddevinst.c76 DWORD BestScore1, BestScore2, BestScore3, BestScore4, BestScore5; member
393 if (Score4 > info->BestScore4) goto done; in GetSectionCallback()
394 if (Score4 < info->BestScore4) goto bettersection; in GetSectionCallback()
404 info->BestScore4 = Score4; in GetSectionCallback()
484 CallbackInfo.BestScore4 = ULONG_MAX; in SetupDiGetActualSectionToInstallExW()