setupapi: Move SetupDiGetClassDevsExW into devinst.c.
This commit is contained in:
parent
9f89427291
commit
c514700be2
@ -1025,6 +1025,22 @@ HDEVINFO WINAPI SetupDiGetClassDevsW(
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* SetupDiGetClassDevsExW (SETUPAPI.@)
|
||||||
|
*/
|
||||||
|
HDEVINFO WINAPI SetupDiGetClassDevsExW(
|
||||||
|
CONST GUID *class,
|
||||||
|
PCWSTR enumstr,
|
||||||
|
HWND parent,
|
||||||
|
DWORD flags,
|
||||||
|
HDEVINFO deviceset,
|
||||||
|
PCWSTR machine,
|
||||||
|
PVOID reserved)
|
||||||
|
{
|
||||||
|
FIXME("stub");
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* SetupDiEnumDeviceInterfaces (SETUPAPI.@)
|
* SetupDiEnumDeviceInterfaces (SETUPAPI.@)
|
||||||
*/
|
*/
|
||||||
|
@ -79,17 +79,6 @@ HDEVINFO WINAPI SetupDiGetClassDevsExA(const GUID *class, PCSTR filter, HWND par
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
* (SETUPAPI.@)
|
|
||||||
*
|
|
||||||
* NO WINAPI in description given
|
|
||||||
*/
|
|
||||||
HDEVINFO WINAPI SetupDiGetClassDevsExW(const GUID *class, PCWSTR filter, HWND parent, DWORD flags, HDEVINFO deviceset, PCWSTR machine, PVOID reserved)
|
|
||||||
{
|
|
||||||
FIXME("\n");
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* CM_Connect_MachineW (SETUPAPI.@)
|
* CM_Connect_MachineW (SETUPAPI.@)
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user