Searched defs:strGenericNetworkDriver (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1167 Bstr strGenericNetworkDriver; local
1168 rc = pNet->COMGETTER(GenericDriver)(strGenericNetworkDriver.asOutParam());
1169 if (FAILED(rc) || strGenericNetworkDriver.isEmpty())
1172 allGenericNetworkDrivers.push_back(Utf8Str(strGenericNetworkDriver).c_str());

Completed in 58 milliseconds