###User Defined Function###
_WinAPI_ShellGetSettings

###Description###
Retrieves Shell state settings.

###Syntax###
#include <WinAPIShellEx.au3>
_WinAPI_ShellGetSettings ( $iFlags )


###Parameters###
@@ParamTable@@
$iFlags
	The flags that indicate which settings should be retrieved. This parameter can be one or
	more of the following values (use ONLY this flags).
	$SSF_DESKTOPHTML
	$SSF_DONTPRETTYPATH
	$SSF_DOUBLECLICKINWEBVIEW
	$SSF_HIDEICONS
	$SSF_MAPNETDRVBUTTON
	$SSF_NOCONFIRMRECYCLE
	$SSF_NONETCRAWLING
	$SSF_SEPPROCESS
	$SSF_SHOWALLOBJECTS
	$SSF_SHOWCOMPCOLOR
	$SSF_SHOWEXTENSIONS
	$SSF_SHOWINFOTIP
	$SSF_SHOWSUPERHIDDEN
	$SSF_SHOWSYSFILES
	$SSF_STARTPANELON
	$SSF_WIN95CLASSIC
	$SSF_WEBVIEW

	<strong>Windows Vista or later</strong>
	$SSF_AUTOCHECKSELECT
	$SSF_ICONSONLY
	$SSF_SHOWTYPEOVERLAY
@@End@@

###ReturnValue###
Returns the value that contains a combination of flags specified in the $iFlags parameter. If flag is set,
	appropriate setting is enabled, otherwise disabled. The function checks only flags that were
	specified in the $iFlags parameter.


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ SHGetSetSettings


###Example###
@@IncludeExample@@
