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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp3549 HRESULT VirtualBox::i_findGuestOSType(const Bstr &bstrOSType, argument
3556 if (bstrOSType.isEmpty())
3567 if ((*it)->i_id() == bstrOSType)
3576 bstrOSType.raw());

Completed in 238 milliseconds