Add stub implementations for LaunchINFSection(Ex).

This commit is contained in:
Mike McCormack 2004-10-27 21:15:34 +00:00 committed by Alexandre Julliard
parent 2f2f3a1d13
commit c9148373e5
2 changed files with 18 additions and 2 deletions

View File

@ -35,3 +35,19 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return TRUE;
}
/***********************************************************************
* LaunchINFSection (SETUPAPI.@)
*/
void WINAPI LaunchINFSection( HWND hWnd, HINSTANCE hInst, LPCSTR cmdline, INT show )
{
FIXME("%p %p %s %d\n", hWnd, hInst, debugstr_a(cmdline), show );
}
/***********************************************************************
* LaunchINFSectionEx (SETUPAPI.@)
*/
void WINAPI LaunchINFSectionEx( HWND hWnd, HINSTANCE hInst, LPCSTR cmdline, INT show )
{
FIXME("%p %p %s %d\n", hWnd, hInst, debugstr_a(cmdline), show );
}

View File

@ -13,8 +13,8 @@
@ stub GetVersionFromFile
@ stub GetVersionFromFileEx
@ stub IsNTAdmin
@ stub LaunchINFSection
@ stub LaunchINFSectionEx
@ stdcall LaunchINFSection(ptr ptr str long)
@ stdcall LaunchINFSectionEx(ptr ptr str long)
@ stub NeedReboot
@ stub NeedRebootInit
@ stub OpenINFEngine