INetLanConnectionUiInfo

The INetLanConnectionUiInfo interface provides a method that retrieves the context in which to display properties for the network component that owns a notify object.

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

When to Implement

It is not necessary to implement the method of this interface. It is implemented in Netcfgx.dll.

When to Use

The network configuration subsystem can supply INetLanConnectionUiInfo to a notify object when the subsystem calls the object's INetCfgComponentPropertyUi::SetContext method. The network configuration subsystem supplies INetLanConnectionUiInfo as a pointer to an IUnknown interface. The notify object can call the QueryInterface method to determine if the supplied IUnknown supports INetLanConnectionUiInfo. SetContextcan use the method of INetLanConnectionUiInfo to retrieve the context in which to display properties for the network component that owns the notify object.

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.

 

INetLanConnectionUiInfo method Description

GetDeviceGuid

Retrieves a pointer to the GUID for a LAN device.

 

See Also

INetCfgComponentPropertyUi::SetContext

Requirements

Header

Netcfgn.h (include Netcfgn.h)

 

 

Send comments about this topic to Microsoft