Module: wine Branch: master Commit: 7b32809890a148346648d7dd06084ada83479850 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b32809890a148346648d7dd06...
Author: André Hentschel nerv@dawncrow.de Date: Sat Jul 7 15:19:53 2012 +0200
setupapi: Add a stub for SetupDiGetDeviceInstallParamsW.
---
dlls/setupapi/devinst.c | 12 ++++++++++++ dlls/setupapi/setupapi.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c index 19986f8..c93b2c1 100644 --- a/dlls/setupapi/devinst.c +++ b/dlls/setupapi/devinst.c @@ -3683,6 +3683,18 @@ BOOL WINAPI SetupDiCallClassInstaller( }
/*********************************************************************** + * 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.@) */ BOOL WINAPI SetupDiGetDeviceInstallParamsA( diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index f8f8fab..38113e3 100644 --- a/dlls/setupapi/setupapi.spec +++ b/dlls/setupapi/setupapi.spec @@ -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