Changeset 54826 in vbox
- Timestamp:
- Mar 18, 2015 3:35:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp
r48062 r54826 190 190 return STATUS_INSUFFICIENT_RESOURCES; 191 191 } 192 IoStatus.Status = STATUS_NOT_SUPPORTED;193 192 pIrp->IoStatus.Status = STATUS_NOT_SUPPORTED; 193 194 194 pSl = IoGetNextIrpStackLocation(pIrp); 195 195 pSl->MajorFunction = IRP_MJ_PNP;
Note:
See TracChangeset
for help on using the changeset viewer.