mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SETUPAPI]
- Implement a FIXME in SetupDiOpenDeviceInfoW svn path=/trunk/; revision=54038
This commit is contained in:
@@ -4826,10 +4826,10 @@ SetupDiOpenDeviceInfoW(
|
||||
PLIST_ENTRY ItemList = list->ListHead.Flink;
|
||||
while (ItemList != &list->ListHead)
|
||||
{
|
||||
// TODO
|
||||
//if (good one)
|
||||
// break;
|
||||
FIXME("not implemented\n");
|
||||
deviceInfo = CONTAINING_RECORD(ItemList, struct DeviceInfo, ListEntry);
|
||||
if (!wcscmp(deviceInfo->instanceId, DeviceInstanceId))
|
||||
break;
|
||||
deviceInfo = NULL;
|
||||
ItemList = ItemList->Flink;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user