Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The INetCfgBindingInterface interface provides methods that retrieve information about a binding interface.
The interface identifier (IID) for this interface is IID_INetCfgBindingInterface.
When to Implement
It is not necessary to implement the methods of this interface. They are implemented in Netcfgx.dll.
When to Use
Use this interface to retrieve information about a binding interface.
Methods
The following methods are listed in Vtable order:
IUnknown method | Description |
---|---|
QueryInterface |
Returns pointers to supported interfaces. |
AddRef |
Increments the reference count. |
Release |
Decrements the reference count. |
INetCfgBindingInterface method | Description |
---|---|
Retrieves the name of a binding interface. |
|
Retrieves the network component connected to the upper part of a binding interface. |
|
Retrieves the network component connected to the lower part of a binding interface. |
Comments
A binding interface binds two network components together, and the components communicate through this binding interface. Binding interfaces include TDI and NDIS5.
Requirements
Header |
Netcfgx.h (include Netcfgx.h) |