INetCfgComponentUpperEdge

The INetCfgComponentUpperEdge interface provides methods that direct a notify object to manage interfaces for a network adapter.

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

When to Implement

This interface should only be implemented by system components and is not recommended for vendor components.

When to Use

The network configuration subsystem calls the methods of INetCfgComponentUpperEdgeto inform a notify object to manage interfaces for a network adapter.

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.

 

INetCfgComponentUpperEdge method Description

GetInterfaceIdsForAdapter

Retrieves interfaces associated with a specific network adapter.

AddInterfacesToAdapter

Adds interfaces to a specific network adapter.

RemoveInterfacesFromAdapter

Removes interfaces from a specific network adapter.

 

Requirements

Header

Netcfgn.h (include Netcfgn.h)

 

 

Send comments about this topic to Microsoft