Searched refs:SetupInstallServicesFromInfSectionExW (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/apitests/setupapi/ |
H A D | SetupInstallServicesFromInfSectionEx.c | 236 ret = SetupInstallServicesFromInfSectionExW(infhandle, L"trolololo", 0, NULL, NULL, NULL,NULL); in test_SetupInstallServicesFromInfSectionExW() 249 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 261 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 273 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 285 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 297 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 309 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 321 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"Winetest.Services", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW() 356 …ret = SetupInstallServicesFromInfSectionExW(infhandle, L"XSP.InstallPerVer", 0, NULL, NULL, NULL, … in test_SetupInstallServicesFromInfSectionExW()
|
/reactos/dll/win32/setupapi/ |
H A D | install.c | 1318 return SetupInstallServicesFromInfSectionExW(*(HINF*)hinf, field, info->flags, in needs_callback() 1617 return SetupInstallServicesFromInfSectionExW( Inf, SectionName, Flags, in SetupInstallServicesFromInfSectionW() 1640 …ret = SetupInstallServicesFromInfSectionExW( hinf, sectionnameW.Buffer, flags, devinfo, devinfo_da… in SetupInstallServicesFromInfSectionExA() 2081 BOOL WINAPI SetupInstallServicesFromInfSectionExW( HINF hinf, PCWSTR sectionname, DWORD flags, HDEV… in SetupInstallServicesFromInfSectionExW() function
|
H A D | setupapi.spec | 450 @ stdcall SetupInstallServicesFromInfSectionExW(long wstr long ptr ptr ptr ptr)
|
H A D | devclass.c | 836 SetupInstallServicesFromInfSectionExW( in SetupDiInstallClassExW()
|
H A D | devinst.c | 5598 Result = SetupInstallServicesFromInfSectionExW( in SetupDiInstallDevice()
|
/reactos/sdk/include/psdk/ |
H A D | setupapi.h | 2127 WINSETUPAPI BOOL WINAPI SetupInstallServicesFromInfSectionExW(_In_ HINF, _In_ PCWSTR, _In_ DWORD, _… 2523 #define SetupInstallServicesFromInfSectionEx SetupInstallServicesFromInfSectionExW
|