setupapi: Stub out SetupDiRemoveDevice.

This commit is contained in:
Damjan Jovanovic 2010-03-13 14:16:01 +02:00 committed by Alexandre Julliard
parent e60b2ec907
commit bf18e7e71f
2 changed files with 13 additions and 1 deletions

View File

@ -1555,6 +1555,18 @@ BOOL WINAPI SetupDiRegisterDeviceInfo(
return TRUE;
}
/***********************************************************************
* SetupDiRemoveDevice (SETUPAPI.@)
*/
BOOL WINAPI SetupDiRemoveDevice(
HDEVINFO devinfo,
PSP_DEVINFO_DATA info)
{
FIXME("(%p, %p): stub\n", devinfo, info);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
/***********************************************************************
* SetupDiEnumDeviceInfo (SETUPAPI.@)
*/

View File

@ -375,7 +375,7 @@
@ stub SetupDiOpenDeviceInterfaceRegKey
@ stdcall SetupDiOpenDeviceInterfaceW(ptr wstr long ptr)
@ stdcall SetupDiRegisterDeviceInfo(ptr ptr long ptr ptr ptr)
@ stub SetupDiRemoveDevice
@ stdcall SetupDiRemoveDevice(ptr ptr)
@ stub SetupDiRemoveDeviceInterface
@ stub SetupDiSelectDevice
@ stub SetupDiSelectOEMDrv