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

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