IExplorerBrowser::SetFolderSettings method (shobjidl_core.h)

Sets the folder settings for the current view.

Syntax

HRESULT SetFolderSettings(
  [in] const FOLDERSETTINGS *pfs
);

Parameters

[in] pfs

Type: const FOLDERSETTINGS*

A pointer to a FOLDERSETTINGS structure that contains the folder settings to be applied.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method also changes the default that will be applied when navigating to another location.

To ensure the view state is preserved across sessions, specify the persistence name using IExplorerBrowser::SetPropertyBag.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

FOLDERSETTINGS

IExplorerBrowser