VirtualBox

Changeset 37290 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 1, 2011 12:41:30 PM (14 years ago)
Author:
vboxsync
Message:

VBoxGuest/win: comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp

    r37288 r37290  
    246246                Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_REMOVE_DEVICE: Next lower driver replied rc = 0x%x\n", rc));
    247247
     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 */
    248251                return rc;
    249252            }
     
    338341                Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_STOP_DEVICE: Next lower driver replied rc = 0x%x\n", rc));
    339342
     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 */
    340346                return rc;
    341347            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette