VirtualBox

Ignore:
Timestamp:
Mar 6, 2010 12:16:08 AM (15 years ago)
Author:
vboxsync
Message:

scm cleaned up some whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp

    r26645 r27129  
    5050    if (SUCCEEDED(hr))
    5151    {
    52         hr = CoInitializeSecurity(NULL, 
     52        hr = CoInitializeSecurity(NULL,
    5353                                  -1,                          /* COM authentication. */
    5454                                  NULL,                        /* Which authentication services. */
    5555                                  NULL,                        /* Reserved. */
    56                                   RPC_C_AUTHN_LEVEL_DEFAULT,   /* Default authentication. */ 
     56                                  RPC_C_AUTHN_LEVEL_DEFAULT,   /* Default authentication. */
    5757                                  RPC_C_IMP_LEVEL_IMPERSONATE, /* Default impersonation. */
    5858                                  NULL,                        /* Authentication info. */
     
    7676    AssertPtr(ppServices);
    7777
    78     HRESULT hr = pLocator->ConnectServer(_bstr_t(TEXT(pszServer)),         
    79                                          NULL,                   
    80                                          NULL,                   
    81                                          0,                     
    82                                          NULL,                   
    83                                          0,                     
    84                                          0,                     
     78    HRESULT hr = pLocator->ConnectServer(_bstr_t(TEXT(pszServer)),
     79                                         NULL,
     80                                         NULL,
     81                                         0,
     82                                         NULL,
     83                                         0,
     84                                         0,
    8585                                         ppServices);
    8686    if (SUCCEEDED(hr))
    8787    {
    88         hr = CoSetProxyBlanket(*ppServices,                 
    89                                RPC_C_AUTHN_WINNT,         
    90                                RPC_C_AUTHZ_NONE,           
    91                                NULL,                       
    92                                RPC_C_AUTHN_LEVEL_CALL,     
     88        hr = CoSetProxyBlanket(*ppServices,
     89                               RPC_C_AUTHN_WINNT,
     90                               RPC_C_AUTHZ_NONE,
     91                               NULL,
     92                               RPC_C_AUTHN_LEVEL_CALL,
    9393                               RPC_C_IMP_LEVEL_IMPERSONATE,
    94                                NULL,                       
    95                                EOAC_NONE);             
     94                               NULL,
     95                               EOAC_NONE);
    9696    }
    9797    return hr;
     
    111111
    112112    IWbemLocator *pLoc;
    113     hr = CoCreateInstance(CLSID_WbemLocator,             
    114                           0, 
    115                           CLSCTX_INPROC_SERVER, 
     113    hr = CoCreateInstance(CLSID_WbemLocator,
     114                          0,
     115                          CLSCTX_INPROC_SERVER,
    116116                          IID_IWbemLocator, (LPVOID *)&pLoc);
    117117    int rc = VINF_SUCCESS;
     
    128128                IWbemClassObject *pObj;
    129129                ULONG uCount;
    130    
     130
    131131                do
    132132                {
     
    134134                                     1,
    135135                                     &pObj,
    136                                      &uCount);           
     136                                     &uCount);
    137137                    if (   SUCCEEDED(hr)
    138138                        && uCount > 0)
     
    148148                                rc = VERR_NOT_SUPPORTED;
    149149                        }
    150        
     150
    151151                        if (RT_SUCCESS(rc))
    152152                        {
     
    177177RT_EXPORT_SYMBOL(RTSystemQueryDmiString);
    178178
    179 
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