Share via


INetCfgComponentSysPrep

The INetCfgComponentSysPrep interface provides methods that inform a notify object to manage parameters for a specific network adapter.

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

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 INetCfgComponentSysPrepto inform a notify object to manage parameters for a specific 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.

 

INetCfgComponentSysPrep method Description

SaveAdapterParameters

Saves parameters for a network adapter in the registry.

RestoreAdapterParameters

Restores parameters for a network adapter.

 

 

 

Send comments about this topic to Microsoft