INetCfgComponentNotifyBinding
The INetCfgComponentNotifyBinding interface provides methods that inform a notify object about changes in binding that affect its network component. These changes relate to how the network configuration subsystem binds other network components to the notify object's network component.
The interface identifier (IID) for this interface is IID_INetCfgComponentNotifyBinding.
When to Implement
Implement the methods of this interface so the notify object can accept, reject, or process changes in binding that affect its network component. These changes relate to how the network configuration subsystem binds other network components to the network component that owns this notify object. This interface is optional.
When to Use
The network configuration subsystem calls the methods of INetCfgComponentNotifyBinding to inform a notify object about changes to the way the subsystem binds other network components to the network component that owns this notify object.
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. |
INetCfgComponentNotifyBinding method | Description |
---|---|
Evaluates a pending change in the binding path to which the notify object's component belongs. |
|
Performs operations resulting from a change in the binding path to which the notify object's component belongs. |
Headers
Defined in Netcfgn.h. Include Netcfgn.h.
Comments
If a notify object does not need to accept, reject, or process changes to the way the network component that owns it binds to other network components, the INetCfgComponentNotifyBinding interface does not need to be implemented for that notify object.
E_NOTIMPL is not a valid return type for any of the methods of INetCfgComponentNotifyBinding.