add stub for SetupDiSetClassInstallParamsW

svn path=/trunk/; revision=19917
This commit is contained in:
Thomas Bluemel 2005-12-05 20:24:53 +00:00
parent 49ba1e8fe4
commit 1741a49e15
2 changed files with 15 additions and 1 deletions

View file

@ -2952,6 +2952,20 @@ BOOL WINAPI SetupDiSetClassInstallParamsA(
return FALSE;
}
/***********************************************************************
* SetupDiSetClassInstallParamsW (SETUPAPI.@)
*/
BOOL WINAPI SetupDiSetClassInstallParamsW(
HDEVINFO DeviceInfoSet,
PSP_DEVINFO_DATA DeviceInfoData,
PSP_CLASSINSTALL_HEADER ClassInstallParams,
DWORD ClassInstallParamsSize)
{
FIXME("%p %p %x %lu\n",DeviceInfoSet, DeviceInfoData,
ClassInstallParams->InstallFunction, ClassInstallParamsSize);
return FALSE;
}
static DWORD
GetFunctionPointer(
IN PWSTR InstallerName,

View file

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