VirtualBox

Changeset 3209 in vbox for trunk/src/VBox/Main/hgcm


Ignore:
Timestamp:
Jun 21, 2007 1:33:45 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22169
Message:

Call the pfnUnload HGCM service entry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCM.cpp

    r2981 r3209  
    494494            {
    495495                LogFlowFunc(("SVC_MSG_UNLOAD\n"));
     496                if (pSvc->m_fntable.pfnUnload)
     497                {
     498                    pSvc->m_fntable.pfnUnload ();
     499                }
     500
    496501                pSvc->unloadServiceDLL ();
    497502                fQuit = true;
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