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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2535 Bstr guestString; local
2536 rc = guest->COMGETTER(OSTypeId)(guestString.asOutParam());
2538 && !guestString.isEmpty())
2541 RTPrintf("GuestOSType=\"%ls\"\n", guestString.raw());
2543 RTPrintf("OS type: %ls\n", guestString.raw());
2556 rc = guest->COMGETTER(AdditionsVersion)(guestString.asOutParam());
2558 && !guestString.isEmpty())
2566 RTPrintf("GuestAdditionsVersion=\"%ls r%u\"\n", guestString.raw(), uRevision);
2568 RTPrintf("Additions version: %ls r%u\n\n", guestString.raw(), uRevision);
2585 CHECK_ERROR_RET(fac, COMGETTER(Name)(guestString
[all...]

Completed in 38 milliseconds