VirtualBox

Changeset 38869 in vbox


Ignore:
Timestamp:
Sep 26, 2011 6:20:54 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74187
Message:

VBoxGuest/win: IoDisconnectInterrupt

File:
1 edited

Legend:

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

    r38760 r38869  
    518518    if (pDevExt)
    519519    {
     520
     521#if 0 /* @todo: test & enable cleaning global session data */
     522#ifdef VBOX_WITH_HGCM
     523    if (pDevExt->win.s.pKernelSession)
     524    {
     525        VBoxGuestCloseSession(pDevExt, pDevExt->win.s.pKernelSession);
     526        pDevExt->win.s.pKernelSession = NULL;
     527    }
     528#endif
     529#endif
     530
     531#ifndef TARGET_NT4
     532        if (pDevExt->win.s.pInterruptObject)
     533        {
     534            IoDisconnectInterrupt(pDevExt->win.s.pInterruptObject);
     535            pDevExt->win.s.pInterruptObject = NULL;
     536        }
     537#endif
     538
     539        /* @todo: cleanup the rest stuff */
     540
     541
    520542#ifdef VBOX_WITH_GUEST_BUGCHECK_DETECTION
    521543        hlpDeregisterBugCheckCallback(pDevExt); /* ignore failure! */
Note: See TracChangeset for help on using the changeset viewer.

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