Click to Rate and Give Feedback
Windows Driver Kit: Network Devices and Protocols
INetCfgComponentBindings

The INetCfgComponentBindings interface provides methods that control and retrieve information about how the network configuration subsystem binds a network component with other network components.

The interface identifier (IID) for this interface is IID_INetCfgComponentBindings.

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 control binding and to retrieve binding information for a network component.

Methods

The following methods are listed in Vtable order:

IUnknown methodDescription
QueryInterfaceReturns pointers to supported interfaces.
AddRefIncrements the reference count.
ReleaseDecrements the reference count.

INetCfgComponentBindings methodDescription
BindToActivates all binding paths that are shared with a specific component.
UnbindFromInactivates all binding paths that are shared with a specific component.
SupportsBindingInterfaceVerifies whether a component supports either an upper-edge or lower-edge binding interface.
IsBoundToVerifies whether at least one binding path shared with a specific component is activated.
IsBindableToVerifies whether at least one binding path shared with a specific component exists.
EnumBindingPathsRetrieves an enumeration of a collection of the component's binding paths.
MoveBeforeSets the order of two binding paths so one comes before the other.
MoveAfterSets the order of two binding paths so one comes after the other.

Comments

Notify objects call the QueryInterface method of the INetCfgComponent interface to obtain a pointer to INetCfgComponentBindings.

Requirements

Headers: Defined in Netcfgx.h. Include Netcfgx.h.

See Also

INetCfgComponent


Send feedback on this topic
Built on October 01, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker