Changeset 35785 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 31, 2011 12:45:37 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69756
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/netif.h
r35356 r35785 87 87 int NetIfEnableStaticIpConfigV6(VirtualBox *pVbox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength); 88 88 int NetIfEnableDynamicIpConfig(VirtualBox *pVbox, HostNetworkInterface * pIf); 89 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress );89 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVbox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress, const char *pcszName = NULL); 90 90 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVbox, IN_GUID aId, IProgress **aProgress); 91 91 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *);
Note:
See TracChangeset
for help on using the changeset viewer.