VirtualBox

Changeset 66926 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 17, 2017 9:07:37 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115454
Message:

Main: spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp

    r66902 r66926  
    9393    int vrc;
    9494
    95     // Get a handle to the SCM database. 
     95    // Get a handle to the SCM database.
    9696    SC_HANDLE hSCManager = OpenSCManagerW(NULL /*pwszMachineName*/, NULL /*pwszDatabaseName*/, SC_MANAGER_ALL_ACCESS);
    9797    if (hSCManager != NULL)
     
    176176        NULL,                    // Security flags.
    177177        0,                       // Authority (for example, Kerberos)
    178         0,                       // Context object 
     178        0,                       // Context object
    179179        aService.asOutParam()    // pointer to IWbemServices proxy
    180180    );
     
    223223        return hr;
    224224    }
    225    
     225
    226226    Assert((vtProp.vt & VT_BSTR) == VT_BSTR);
    227227
    228     *pOutIsDisabled = RTUtf16Cmp((RTUTF16*)vtProp.bstrVal, 
    229         (RTUTF16*)L"Disabled") == 0;
     228    *pOutIsDisabled = RTUtf16Cmp((RTUTF16*)vtProp.bstrVal,
     229                                 (RTUTF16*)L"Disabled") == 0;
    230230
    231231    LogRel(("Service start mode is '%ls' \n", vtProp.bstrVal));
     
    392392
    393393    if (RTUtf16Cmp(wszBuffer, L"LocalSystem") != 0)
    394         return setError(hrcCaller, 
     394        return setError(hrcCaller,
    395395                        tr("VBoxSDS should be run under SYSTEM account, but it started under '%ls' account:\n"
    396396                           "Change VBoxSDS Windows Service Logon parameters in Service Control Manager. \n%Rhrc"),
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