IEnumNetCfgBindingInterface
The IEnumNetCfgBindingInterface interface provides methods that enumerate the INetCfgBindingInterfaceinterfaces for binding interfaces contained in a particular binding path. Names of binding interfaces include TDI and NDIS5.
The interface identifier (IID) for this interface is IID_IEnumNetCfgBindingInterface.
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 the INetCfgBindingInterface interfaces for binding interfaces contained in a particular binding path.
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. |
IEnumNetCfgBindingInterface method | Description |
---|---|
Retrieves the next specified number of items in the enumeration sequence. |
|
Skips over the next specified number of items in the enumeration sequence. |
|
Resets the enumeration sequence to the beginning item. |
|
The Clonemethod is not implemented. Do not use it in your driver. |
Comments
The IEnumNetCfgBindingInterface interface is a standard COM enumerator. To locate more information about COM enumerators and their methods, see the IEnumXXXX topic in the Microsoft Windows SDK.
Notify objects call the INetCfgBindingPath::EnumBindingInterfacesmethod to obtain a pointer to IEnumNetCfgBindingInterface.
See Also
INetCfgBindingInterface, INetCfgBindingPath::EnumBindingInterfaces
Requirements
Header |
Netcfgx.h (include Netcfgx.h) |