Changeset 30737 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 8, 2010 12:17:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r30734 r30737 1912 1912 ComPtr<IGuest> guest; 1913 1913 rc = console->COMGETTER(Guest)(guest.asOutParam()); 1914 if ( RT_SUCCESS(rc))1914 if (SUCCEEDED(rc)) 1915 1915 { 1916 1916 Bstr guestString;
Note:
See TracChangeset
for help on using the changeset viewer.