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

/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp1291 static RTEXITCODE setGuestProperty(int argc, char *argv[]) function
1613 return setGuestProperty(argc - 1, argv + 1);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5803 HRESULT Machine::setGuestProperty(const com::Utf8Str &aProperty, const com::Utf8Str &aValue, function in class:Machine
5819 return setGuestProperty(aProperty, aValue, "");

Completed in 562 milliseconds