Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Ddevinst.c370 DWORD Score1, Score2, Score3, Score4, Score5; in GetSectionCallback() local
381 &Score1, &Score2, &Score3, &Score4, &Score5); in GetSectionCallback()
395 if (Score5 > info->BestScore5) goto done; in GetSectionCallback()
396 if (Score5 < info->BestScore5) goto bettersection; in GetSectionCallback()
405 info->BestScore5 = Score5; in GetSectionCallback()