From c8f0cffff49ef2c57a2826effa818b698f100ab5 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Mon, 24 Jan 2005 05:12:15 +0000 Subject: [PATCH] Correct location of a few stubs. Getting ready to sync in a day or so. svn path=/trunk/; revision=13243 --- reactos/lib/setupapi/devinst.c | 29 +++++++++++++++++++++++++++++ reactos/lib/setupapi/setupapi.spec | 3 ++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/reactos/lib/setupapi/devinst.c b/reactos/lib/setupapi/devinst.c index a571ea44b63..8969cd478c2 100644 --- a/reactos/lib/setupapi/devinst.c +++ b/reactos/lib/setupapi/devinst.c @@ -1104,3 +1104,32 @@ HKEY WINAPI SetupDiOpenClassRegKeyExW( return hClassKey; } + + +/*********************************************************************** + * SetupDiOpenDeviceInterfaceA (SETUPAPI.@) + */ +BOOL WINAPI SetupDiOpenDeviceInterfaceW( + HDEVINFO DeviceInfoSet, + PCWSTR DevicePath, + DWORD OpenFlags, + PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData) +{ + FIXME("%p %s %08lx %p\n", + DeviceInfoSet, debugstr_w(DevicePath), OpenFlags, DeviceInterfaceData); + return FALSE; +} + +/*********************************************************************** + * SetupDiOpenDeviceInterfaceA (SETUPAPI.@) + */ +BOOL WINAPI SetupDiOpenDeviceInterfaceA( + HDEVINFO DeviceInfoSet, + PCSTR DevicePath, + DWORD OpenFlags, + PSP_DEVICE_INTERFACE_DATA DeviceInterfaceData) +{ + FIXME("%p %s %08lx %p\n", DeviceInfoSet, + debugstr_a(DevicePath), OpenFlags, DeviceInterfaceData); + return FALSE; +} diff --git a/reactos/lib/setupapi/setupapi.spec b/reactos/lib/setupapi/setupapi.spec index ace1a394cf6..5f23b06cd12 100644 --- a/reactos/lib/setupapi/setupapi.spec +++ b/reactos/lib/setupapi/setupapi.spec @@ -258,9 +258,10 @@ @ stub SetupQueryFileLogW @ stub SetupQueryInfFileInformationA @ stub SetupQueryInfFileInformationW +@ stub SetupQueryInfOriginalFileInformationA +@ stub SetupQueryInfOriginalFileInformationW @ stub SetupQueryInfVersionInformationA @ stub SetupQueryInfVersionInformationW -@ stub SetupQueryInfOriginalFileInformationW @ stub SetupQuerySourceListA @ stub SetupQuerySourceListW @ stdcall SetupQuerySpaceRequiredOnDriveA(long str ptr ptr long)