VirtualBox

Ignore:
Timestamp:
Jul 22, 2016 6:04:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109027
Message:

Misc: scm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp

    r59812 r62471  
    6161    {
    6262        { NCF_VIRTUAL, "virtual" },
    63         { NCF_SOFTWARE_ENUMERATED, "software_enumerated" },
    64         { NCF_PHYSICAL, "physical" },
     63        { NCF_SOFTWARE_ENUMERATED, "software_enumerated" },
     64        { NCF_PHYSICAL, "physical" },
    6565        { NCF_HIDDEN, "hidden" },
    66         { NCF_NO_SERVICE, "no_service" },
    67         { NCF_NOT_USER_REMOVABLE, "not_user_removable" },
    68         { NCF_MULTIPORT_INSTANCED_ADAPTER, "multiport_instanced_adapter" },
    69         { NCF_HAS_UI, "has_ui" },
    70         { NCF_SINGLE_INSTANCE, "single_instance" },
    71         { NCF_FILTER, "filter" },
    72         { NCF_DONTEXPOSELOWER, "dontexposelower" },
    73         { NCF_HIDE_BINDING, "hide_binding" },
    74         { NCF_NDIS_PROTOCOL, "ndis_protocol" },
    75         { NCF_FIXED_BINDING, "fixed_binding" },
    76         { NCF_LW_FILTER, "lw_filter" }
     66        { NCF_NO_SERVICE, "no_service" },
     67        { NCF_NOT_USER_REMOVABLE, "not_user_removable" },
     68        { NCF_MULTIPORT_INSTANCED_ADAPTER, "multiport_instanced_adapter" },
     69        { NCF_HAS_UI, "has_ui" },
     70        { NCF_SINGLE_INSTANCE, "single_instance" },
     71        { NCF_FILTER, "filter" },
     72        { NCF_DONTEXPOSELOWER, "dontexposelower" },
     73        { NCF_HIDE_BINDING, "hide_binding" },
     74        { NCF_NDIS_PROTOCOL, "ndis_protocol" },
     75        { NCF_FIXED_BINDING, "fixed_binding" },
     76        { NCF_LW_FILTER, "lw_filter" }
    7777    };
    7878    bool fPrintDelim = false;
     
    217217        throw;
    218218    }
    219            
     219
    220220}
    221221
     
    319319    if (uExpectedType != REG_NONE && uActualType != uExpectedType)
    320320        throw RTCError(RTCStringFmt("SetupDiGetDeviceRegistryProperty(0x%x) returned type %d instead of %d",
    321                                     uActualType, uExpectedType).c_str());   
     321                                    uActualType, uExpectedType).c_str());
    322322    PBYTE pBuffer = (PBYTE)RTMemAlloc(cbNeeded);
    323323    if (!pBuffer)
     
    408408    return strName;
    409409}
    410    
     410
    411411
    412412RTCString BugReportUsbTreeWin::getExternalHubName(HANDLE hHub, int iPort)
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