shell.SHGetSettings
dict = SHGetSettings(mask)
Retrieves the current shell option settings.
Parameters
mask=-1 : int
The values being requested - one of the shellcon.SSF_* constants
Comments
This method is only available in shell version 4.71. If the
function is not available, a COM Exception with HRESULT=E_NOTIMPL
will be raised.
Return Value
The result is a dictionary, the contents of which depend on
the mask param. Key names are the same as the SHELLFLAGSTATE
structure members - 'fShowExtensions', 'fNoConfirmRecycle', etc