From 8ac7a0f161548cac801f34d6d4af404469470c20 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Thu, 20 Sep 2007 09:15:32 -0700 Subject: [PATCH] Add stub for SetupDiRegisterDeviceInfo --- dlls/setupapi/devinst.c | 18 ++++++++++++++++++ dlls/setupapi/setupapi.spec | 2 +- 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/dlls/setupapi/devinst.c b/dlls/setupapi/devinst.c index 9ce99c6..89e9839 100644 --- a/dlls/setupapi/devinst.c +++ b/dlls/setupapi/devinst.c @@ -1050,6 +1050,24 @@ BOOL WINAPI SetupDiCreateDeviceInfoW( } /*********************************************************************** + * SetupDiRegisterDeviceInfo (SETUPAPI.@) + */ +BOOL WINAPI SetupDiRegisterDeviceInfo( + HDEVINFO DeviceInfoSet, + PSP_DEVINFO_DATA DeviceInfoData, + DWORD Flags, + PSP_DETSIG_CMPPROC CompareProc, + PVOID CompareContext, + PSP_DEVINFO_DATA DupDeviceInfoData) +{ + TRACE("%p %p %08x %p %p %p\n", DeviceInfoSet, DeviceInfoData, Flags, + CompareProc, CompareContext, DupDeviceInfoData); + + FIXME("\n"); + return FALSE; +} + +/*********************************************************************** * SetupDiEnumDeviceInfo (SETUPAPI.@) */ BOOL WINAPI SetupDiEnumDeviceInfo( diff --git a/dlls/setupapi/setupapi.spec b/dlls/setupapi/setupapi.spec index 6b93af3..7f8b3dd 100644 --- a/dlls/setupapi/setupapi.spec +++ b/dlls/setupapi/setupapi.spec @@ -365,7 +365,7 @@ # Yes, Microsoft really misspelled this @ stdcall SetupDiOpenDeviceInterfaceA(ptr str long ptr) @ stub SetupDiOpenDeviceInterfaceRegKey @ stdcall SetupDiOpenDeviceInterfaceW(ptr wstr long ptr) -@ stub SetupDiRegisterDeviceInfo +@ stdcall SetupDiRegisterDeviceInfo(ptr ptr long ptr ptr ptr) @ stub SetupDiRemoveDevice @ stub SetupDiRemoveDeviceInterface @ stub SetupDiSelectDevice -- 1.4.1