Changeset 37290 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 1, 2011 12:41:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp
r37288 r37290 246 246 Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_REMOVE_DEVICE: Next lower driver replied rc = 0x%x\n", rc)); 247 247 248 /* we must not do anything here after doing IoSkip & CallDriver 249 * since the driver below us will complete (or already have completed) the IRP. 250 * I.e. just return the status we got from IoCallDriver */ 248 251 return rc; 249 252 } … … 338 341 Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_STOP_DEVICE: Next lower driver replied rc = 0x%x\n", rc)); 339 342 343 /* we must not do anything here after doing IoSkip & CallDriver 344 * since the driver below us will complete (or already have completed) the IRP. 345 * I.e. just return the status we got from IoCallDriver */ 340 346 return rc; 341 347 }
Note:
See TracChangeset
for help on using the changeset viewer.