Skip to content

Latest commit

 

History

History
164 lines (94 loc) · 3.45 KB

nf-shlobj_core-shgetsettings.md

File metadata and controls

164 lines (94 loc) · 3.45 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shlobj_core.SHGetSettings
SHGetSettings function (shlobj_core.h)
Retrieves the current Shell option settings.
SHGetSettings
SHGetSettings function [Windows Shell]
SSF_DESKTOPHTML
SSF_DONTPRETTYPATH
SSF_DOUBLECLICKINWEBVIEW
SSF_HIDEICONS
SSF_MAPNETDRVBUTTON
SSF_NOCONFIRMRECYCLE
SSF_SHOWALLOBJECTS
SSF_SHOWATTRIBCOL
SSF_SHOWCOMPCOLOR
SSF_SHOWEXTENSIONS
SSF_SHOWINFOTIP
SSF_SHOWSYSFILES
SSF_WIN95CLASSIC
_win32_SHGetSettings
shell.SHGetSettings
shlobj_core/SHGetSettings
shell\SHGetSettings.htm
shell
728a4004-f35d-4592-baf1-456a613a3344
12/05/2018
SHGetSettings, SHGetSettings function [Windows Shell], SSF_DESKTOPHTML, SSF_DONTPRETTYPATH, SSF_DOUBLECLICKINWEBVIEW, SSF_HIDEICONS, SSF_MAPNETDRVBUTTON, SSF_NOCONFIRMRECYCLE, SSF_SHOWALLOBJECTS, SSF_SHOWATTRIBCOL, SSF_SHOWCOMPCOLOR, SSF_SHOWEXTENSIONS, SSF_SHOWINFOTIP, SSF_SHOWSYSFILES, SSF_WIN95CLASSIC, _win32_SHGetSettings, shell.SHGetSettings, shlobj_core/SHGetSettings
shlobj_core.h
Shlobj.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows 2000 Server [desktop apps only]
Shell32.lib
Shell32.dll (version 4.71 or later)
Windows
19H1
SHGetSettings
shlobj_core/SHGetSettings
c++
APIRef
kbSyntax
DllExport
Shell32.dll
SHGetSettings

SHGetSettings function

-description

Retrieves the current Shell option settings.

-parameters

-param psfs

Type: LPSHELLFLAGSTATE

The address of a SHELLFLAGSTATE structure that receives the Shell option settings.

-param dwMask

Type: DWORD

A set of flags that determine which members of lpsfs are being requested. This can be one or more of the following values.

SSF_DESKTOPHTML

The fDesktopHTML member is being requested.

SSF_DONTPRETTYPATH

The fDontPrettyPath member is being requested.

SSF_DOUBLECLICKINWEBVIEW

The fDoubleClickInWebView member is being requested.

SSF_HIDEICONS

The fHideIcons member is being requested.

SSF_MAPNETDRVBUTTON

The fMapNetDrvBtn member is being requested.

SSF_NOCONFIRMRECYCLE

The fNoConfirmRecycle member is being requested.

SSF_SHOWALLOBJECTS

The fShowAllObjects member is being requested.

SSF_SHOWATTRIBCOL

The fShowAttribCol member is being requested.

Windows Vista: Not used.

SSF_SHOWCOMPCOLOR

The fShowCompColor member is being requested.

SSF_SHOWEXTENSIONS

The fShowExtensions member is being requested.

SSF_SHOWINFOTIP

The fShowInfoTip member is being requested.

SSF_SHOWSYSFILES

The fShowSysFiles member is being requested.

SSF_WIN95CLASSIC

The fWin95Classic member is being requested.

-see-also

SHGetSetSettings