Changeset 19242 in vbox for trunk/src/VBox/Main/generic
- Timestamp:
- Apr 28, 2009 2:10:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/NetIf-generic.cpp
r19235 r19242 218 218 Bstr ifname; 219 219 ComPtr <IHostNetworkInterface> iface; 220 if (FAILED (host->FindHostNetworkInterfaceById ( aId, iface.asOutParam())))220 if (FAILED (host->FindHostNetworkInterfaceById (Guid(aId).toUtf16(), iface.asOutParam()))) 221 221 return VERR_INVALID_PARAMETER; 222 222 iface->COMGETTER (Name) (ifname.asOutParam());
Note:
See TracChangeset
for help on using the changeset viewer.