setupapi: Add a stub for SetupDiSetDeviceInstallParamsA.

This commit is contained in:
Stefan Leichter 2013-04-18 21:28:24 +02:00 committed by Alexandre Julliard
parent 2baecad2c5
commit a829c2b3ad
2 changed files with 14 additions and 1 deletions

View File

@ -3706,6 +3706,19 @@ BOOL WINAPI SetupDiGetDeviceInstallParamsA(
return FALSE;
}
/***********************************************************************
* SetupDiSetDeviceInstallParamsA (SETUPAPI.@)
*/
BOOL WINAPI SetupDiSetDeviceInstallParamsA(
HDEVINFO DeviceInfoSet,
PSP_DEVINFO_DATA DeviceInfoData,
PSP_DEVINSTALL_PARAMS_A DeviceInstallParams)
{
FIXME("(%p, %p, %p) stub\n", DeviceInfoSet, DeviceInfoData, DeviceInstallParams);
return TRUE;
}
static HKEY SETUPDI_OpenDevKey(struct DeviceInfo *devInfo, REGSAM samDesired)
{
HKEY enumKey, key = INVALID_HANDLE_VALUE;

View File

@ -385,7 +385,7 @@
@ stub SetupDiSelectOEMDrv
@ stdcall SetupDiSetClassInstallParamsA(ptr ptr ptr long)
@ stub SetupDiSetClassInstallParamsW
@ stub SetupDiSetDeviceInstallParamsA
@ stdcall SetupDiSetDeviceInstallParamsA(ptr ptr ptr)
@ stub SetupDiSetDeviceInstallParamsW
@ stdcall SetupDiSetDeviceRegistryPropertyA(ptr ptr long ptr ptr)
@ stdcall SetupDiSetDeviceRegistryPropertyW(ptr ptr long ptr ptr)