setupapi: Add stub for SetupInstallServicesFromInfSectionA.
This commit is contained in:
parent
e122f81337
commit
1c7891f86e
@ -1065,3 +1065,12 @@ void WINAPI InstallHinfSectionA( HWND hwnd, HINSTANCE handle, LPCSTR cmdline, IN
|
|||||||
RtlFreeUnicodeString( &cmdlineW );
|
RtlFreeUnicodeString( &cmdlineW );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* SetupInstallServicesFromInfSectionA (SETUPAPI.@)
|
||||||
|
*/
|
||||||
|
BOOL WINAPI SetupInstallServicesFromInfSectionA( HINF Inf, PCSTR SectionName, DWORD Flags)
|
||||||
|
{
|
||||||
|
FIXME("(%p, %s, %d) stub!\n", Inf, debugstr_a(SectionName), Flags);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
@ -442,7 +442,7 @@
|
|||||||
@ stdcall SetupInstallFilesFromInfSectionW(long long long wstr wstr long)
|
@ stdcall SetupInstallFilesFromInfSectionW(long long long wstr wstr long)
|
||||||
@ stdcall SetupInstallFromInfSectionA(long long str long long str long ptr ptr long ptr)
|
@ stdcall SetupInstallFromInfSectionA(long long str long long str long ptr ptr long ptr)
|
||||||
@ stdcall SetupInstallFromInfSectionW(long long wstr long long wstr long ptr ptr long ptr)
|
@ stdcall SetupInstallFromInfSectionW(long long wstr long long wstr long ptr ptr long ptr)
|
||||||
@ stub SetupInstallServicesFromInfSectionA
|
@ stdcall SetupInstallServicesFromInfSectionA(long str long)
|
||||||
@ stub SetupInstallServicesFromInfSectionExA
|
@ stub SetupInstallServicesFromInfSectionExA
|
||||||
@ stub SetupInstallServicesFromInfSectionExW
|
@ stub SetupInstallServicesFromInfSectionExW
|
||||||
@ stub SetupInstallServicesFromInfSectionW
|
@ stub SetupInstallServicesFromInfSectionW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user