setupapi: Add a stub for SetupDiGetDeviceInstallParamsW.

This commit is contained in:
André Hentschel 2012-07-07 15:19:53 +02:00 committed by Alexandre Julliard
parent aefd9b5533
commit 7b32809890
2 changed files with 13 additions and 1 deletions

View File

@ -3682,6 +3682,18 @@ BOOL WINAPI SetupDiCallClassInstaller(
return FALSE;
}
/***********************************************************************
* SetupDiGetDeviceInstallParamsW (SETUPAPI.@)
*/
BOOL WINAPI SetupDiGetDeviceInstallParamsW(
HDEVINFO DeviceInfoSet,
PSP_DEVINFO_DATA DeviceInfoData,
PSP_DEVINSTALL_PARAMS_W DeviceInstallParams)
{
FIXME("%p %p %p\n", DeviceInfoSet, DeviceInfoData, DeviceInstallParams);
return FALSE;
}
/***********************************************************************
* SetupDiGetDeviceInstallParamsA (SETUPAPI.@)
*/

View File

@ -336,7 +336,7 @@
@ stdcall SetupDiGetDeviceInfoListDetailA(ptr ptr)
@ stdcall SetupDiGetDeviceInfoListDetailW(ptr ptr)
@ stdcall SetupDiGetDeviceInstallParamsA(ptr ptr ptr)
@ stub SetupDiGetDeviceInstallParamsW
@ stdcall SetupDiGetDeviceInstallParamsW(ptr ptr ptr)
@ stdcall SetupDiGetDeviceInstanceIdA(ptr ptr ptr long ptr)
@ stdcall SetupDiGetDeviceInstanceIdW(ptr ptr ptr long ptr)
@ stub SetupDiGetDeviceInterfaceAlias