- Timestamp:
- May 3, 2009 7:58:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r19239 r19312 338 338 Bstr interfaceGuid; 339 339 networkInterface->COMGETTER(Id)(interfaceGuid.asOutParam()); 340 RTPrintf("GUID: %lS\n", interfaceGuid );340 RTPrintf("GUID: %lS\n", interfaceGuid.raw()); 341 341 BOOL bDhcpEnabled; 342 342 networkInterface->COMGETTER(DhcpEnabled)(&bDhcpEnabled);
Note:
See TracChangeset
for help on using the changeset viewer.