Changeset 21878 in vbox for trunk/src/VBox/Main/include/netif.h
- Timestamp:
- Jul 30, 2009 12:42:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50525
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/netif.h
r19433 r21878 79 79 #endif 80 80 81 int NetIfList(std::list <ComObjPtr 81 int NetIfList(std::list <ComObjPtr<HostNetworkInterface> > &list); 82 82 int NetIfEnableStaticIpConfig(VirtualBox *pVbox, HostNetworkInterface * pIf, ULONG aOldIp, ULONG aNewIp, ULONG aMask); 83 83 int NetIfEnableStaticIpConfigV6(VirtualBox *pVbox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
Note:
See TracChangeset
for help on using the changeset viewer.