Changeset 12439 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 12, 2008 5:37:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostImpl.h
r11258 r12439 99 99 IHostNetworkInterface **aHostNetworkInterface, 100 100 IProgress **aProgress); 101 # ifdef VBOX_WITH_NETFLT 102 /* 103 * increments the reference to the netflt - to - aHostNetworkInterface binding reference count 104 * the exec flow: 105 * 1. if netflt is NOT installed currently - install it 106 * 2. if the NetFlt is not bound to the specified adapter - bind it 107 * 3. increase the binding reference count - 108 */ 109 STDMETHOD(NetFltAcquire) (IHostNetworkInterface *aHostNetworkInterface, 110 IProgress **aProgress); 111 112 /* 113 * decrements the reference to the netflt - to - aHostNetworkInterface binding reference count 114 */ 115 STDMETHOD(NetFltRelease) (IHostNetworkInterface *aHostNetworkInterface, 116 IProgress **aProgress); 117 # endif /*VBOX_WITH_NETFLT*/ 101 118 #endif 102 119 STDMETHOD(CreateUSBDeviceFilter) (INPTR BSTR aName, IHostUSBDeviceFilter **aFilter);
Note:
See TracChangeset
for help on using the changeset viewer.