ISettingsNamespace::Save method (wcmconfig.h)

Updates the settings namespace to persistent and visible.

Syntax

HRESULT Save(
  [in]  BOOL            PushSettings,
  [out] ISettingsResult **Result
);

Parameters

[in] PushSettings

Not used. A flag that controls whether to transfer settings to the registry or to an initialization file.

[out] Result

A pointer to an ISettingsResult object that contains any error that may have occurred while saving the namespace.

Return value

This method returns an HRESULT value. S_OK indicates success.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wcmconfig.h
DLL SMIEngine.dll

See also

ISettingsNamespace