VirtualBox

Changeset 66353 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 30, 2017 9:52:39 AM (8 years ago)
Author:
vboxsync
Message:

VBoxProxyStub.c: More style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c

    r66352 r66353  
    13051305void RegisterVBoxSDSXidl(VBPSREGSTATE *pState, PCRTUTF16 pwszVBoxDir)
    13061306{
    1307     const char *pszServiceAppId = "{EC0E78E8-FA43-43E8-AC0A-02C784C4A4FA}";
     1307    const char *pszServiceAppId   = "{EC0E78E8-FA43-43E8-AC0A-02C784C4A4FA}";
    13081308    const char *pszWindowsService = "VBoxSDS.exe";
    13091309
     1310    /* VBoxSDS */
    13101311    VbpsRegisterAppId(pState, pszWindowsService, pszServiceAppId, "VirtualBox System Service", true);
    1311 
    1312     /* VBoxSDS */
    13131312    VbpsRegisterClassName(pState, "VirtualBox.VirtualBoxSDS.1", "VirtualBoxSDS Class", &CLSID_VirtualBoxSDS, NULL);
    13141313    VbpsRegisterClassName(pState, "VirtualBox.VirtualBoxSDS", "VirtualBoxSDS Class", &CLSID_VirtualBoxSDS, ".1");
    13151314    VbpsRegisterClassId(pState, &CLSID_VirtualBoxSDS, "VirtualBoxSDS Class", pszServiceAppId, "VirtualBox.VirtualBoxSDS", ".1",
    1316         &LIBID_VirtualBox, "LocalServer32", pwszVBoxDir, pszWindowsService, NULL /*N/A*/);
     1315                        &LIBID_VirtualBox, "LocalServer32", pwszVBoxDir, pszWindowsService, NULL /*N/A*/);
    13171316}
    13181317#endif /* VBOX_WITH_SDS */
     
    13321331{
    13331332    const char *pszAppId        = "{819B4D85-9CEE-493C-B6FC-64FFE759B3C9}";
    1334     const char *pszInprocDll = !fIs32On64 ? "VBoxC.dll" : "x86\\VBoxClient-x86.dll";
    1335     const char *pszLocalServer      = "VBoxSVC.exe";
    1336 
     1333    const char *pszInprocDll    = !fIs32On64 ? "VBoxC.dll" : "x86\\VBoxClient-x86.dll";
     1334    const char *pszLocalServer  = "VBoxSVC.exe";
     1335
     1336    /* VBoxSVC */
    13371337    VbpsRegisterAppId(pState, pszLocalServer, pszAppId, "VirtualBox Application", false);
    1338 
    1339     /* VBoxSVC */
    13401338    VbpsRegisterClassName(pState, "VirtualBox.VirtualBox.1", "VirtualBox Class", &CLSID_VirtualBox, NULL);
    13411339    VbpsRegisterClassName(pState, "VirtualBox.VirtualBox",   "VirtualBox Class", &CLSID_VirtualBox, ".1");
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