Changeset 17984 in vbox for trunk/src/VBox/Main/win
- Timestamp:
- Mar 16, 2009 9:55:22 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/NetIfList-win.cpp
r17920 r17984 2424 2424 } 2425 2425 2426 int NetIfEnableStaticIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)2426 int NetIfEnableStaticIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf, ULONG aOldIp, ULONG ip, ULONG mask) 2427 2427 { 2428 2428 #ifndef VBOX_WITH_NETFLT … … 2486 2486 } 2487 2487 2488 int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR a IPV6Address, ULONG aIPV6MaskPrefixLength)2488 int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength) 2489 2489 { 2490 2490 #ifndef VBOX_WITH_NETFLT
Note:
See TracChangeset
for help on using the changeset viewer.