- Timestamp:
- Sep 11, 2008 7:48:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxService/VBoxVMInfoNet.cpp
r12394 r12396 42 42 vboxVMInfoWritePropInt(a_pCtx, szPropPath, (nNumInterfaces > 1 ? nNumInterfaces-1 : 0)); 43 43 44 /* Later: Use GetAdaptersInfo() and GetAdapterAddresses (IPv4 + IPv6) for more information. */ 45 44 46 for (int i = 0; i < nNumInterfaces; ++i) 45 47 {
Note:
See TracChangeset
for help on using the changeset viewer.