VirtualBox

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


Ignore:
Timestamp:
May 4, 2009 3:35:47 PM (16 years ago)
Author:
vboxsync
Message:

VBoxService/common: Added Windows WM network information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r19321 r19331  
    374374
    375375#ifdef RT_OS_WINDOWS
    376     /* Make sure only one instance of VBoxService runs at a time. Create a global mutex for that.   
     376    /* Make sure only one instance of VBoxService runs at a time. Create a global mutex for that.
    377377       Do not use a global namespace ("Global\\") for mutex name here, will blow up NT4 compatibility! */
    378378    HANDLE hMutexAppRunning = CreateMutex (NULL, FALSE, VBOXSERVICE_NAME);
     
    562562#endif
    563563        /** @todo Make the main thread responsive to signal so it can shutdown/restart the threads on non-SIGKILL signals. */
    564    
     564
    565565        /*
    566566         * Start the service, enter the main threads run loop and stop them again when it returns.
     
    577577     */
    578578    if (hMutexAppRunning != NULL)
    579     {   
     579    {
    580580        ::CloseHandle(hMutexAppRunning);
    581581        hMutexAppRunning = NULL;
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