Searched refs:SetupFindFirstLine (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/cpl/desk/ |
H A D | general.c | 27 if (SetupFindFirstLine(hInf, _T("Font Sizes"), NULL, &Context)) in InitFontSizeList()
|
/reactos/dll/cpl/intl/ |
H A D | kblayouts.c | 216 if (SetupFindFirstLine(hIntlInf, L"Locales", szLangID, &InfContext)) in AddNewKbLayoutsByLcid()
|
H A D | advanced.c | 33 if (!SetupFindFirstLine(hInf, in GetSupportedCP()
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 194 if (!SetupFindFirstLine(hinf, pszSection, NULL, &Context)) in CreateShortcutsFromSection() 240 if (!SetupFindFirstLine(hinf, szSection, NULL, &Context)) in CreateShortcuts() 450 res = SetupFindFirstLine(hinf, szSection, NULL, &InfContext); in RegisterTypeLibraries()
|
/reactos/sdk/include/psdk/ |
H A D | setupapi.h | 2500 #define SetupFindFirstLine SetupFindFirstLineW macro 2624 #define SetupFindFirstLine SetupFindFirstLineA macro
|