mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[SETUPAPI]
- Implement a FIXME in SetupDiOpenDeviceInfoW svn path=/trunk/; revision=54038
This commit is contained in:
parent
9bcb3b3a2e
commit
79a2a27b57
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue