Share via


INetCfgComponentSysPrep::RestoreAdapterParameters method

Note   This method is deprecated and should not be used.

 

The RestoreAdapterParameters method should not be implemented by vendor components; it should only be implemented by system components.

The RestoreAdapterParameters method informs the notify object to restore parameters for an adapter associated with the network component that owns the notify object.

Syntax

HRESULT RestoreAdapterParameters(
  [in] LPCWSTR pszwAnswerFile,
  [in] LPCWSTR pszwAnswerSection,
  [in] GUID    *pAdapterInstanceGuid
);

Parameters

  • pszwAnswerFile [in]
    Reserved for system implementation.

  • pszwAnswerSection [in]
    Reserved for system implementation.

  • pAdapterInstanceGuid [in]
    Reserved for system implementation.

Return value

This method can return one of these values.

Requirements

Target platform

Desktop

Header

Netcfgn.h (include Netcfgn.h)

 

 

Send comments about this topic to Microsoft