Share via


INetCfgComponentSysPrep::SaveAdapterParameters method

Note   This method is deprecated and should not be used.

 

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

The SaveAdapterParameters method informs the notify object to save parameters in the registry for an adapter associated with the network component that owns the notify object.

Syntax

HRESULT SaveAdapterParameters(
  [in] INetCfgSysPrep *pncsp,
  [in] LPCWSTR        pszwAnswerSections,
  [in] GUID           *pAdapterInstanceGuid
);

Parameters

  • pncsp [in]
    Reserved for system implementation.

  • pszwAnswerSections [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