IEnumNetCfgBindingPath
The INetCfgBindingPath interface provides methods that enumerate the INetCfgBindingPathinterfaces for binding paths that contain a particular network component.
The interface identifier (IID) for this interface is IID_IEnumNetCfgBindingPath.
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 INetCfgBindingPath interfaces for binding paths that contain a particular network component.
Methods
The following methods are listed in Vtable order:
IUnknown method | Description |
---|---|
QueryInterface |
Returns pointers to supported interfaces. |
AddRef |
Increments reference count. |
Release |
Decrements reference count. |
IEnumNetCfgBindingPath 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 INetCfgBindingPathinterface is a standard COM enumerator. To locate more information about COM enumerators and their methods, see the IEnumXXXX topic in the Microsoft Windows SDK.
To obtain a pointer to INetCfgBindingPath, notify objects call the INetCfgComponentBindings::EnumBindingPathsmethod.
See Also
INetCfgBindingPath, INetCfgComponentBindings::EnumBindingPaths
Requirements
Header |
Netcfgx.h (include Netcfgx.h) |