Changeset 54781 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win/dev
- Timestamp:
- Mar 16, 2015 12:43:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp
r54779 r54781 601 601 return STATUS_INSUFFICIENT_RESOURCES; 602 602 } 603 603 604 604 for (i = 0; i < pCfgDr->bNumInterfaces; i++) 605 605 { … … 658 658 pDevExt->Rt.pVBIfaceInfo[i].pPipeInfo = NULL; 659 659 } 660 660 661 661 RtlCopyMemory(pDevExt->Rt.pVBIfaceInfo[i].pInterfaceInfo, pIfLe[i].Interface, uTotalIfaceInfoLength); 662 662 663 663 for (ULONG j = 0; j < pIfLe[i].Interface->NumberOfPipes; j++) 664 664 {
Note:
See TracChangeset
for help on using the changeset viewer.