Click or drag to resize

SHGVSPB Enumeration

Defines options for the SHGetViewStatePropertyBag method.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SHGVSPB
Members
  Member nameValueDescription
SHGVSPB_NONE0 No options.
SHGVSPB_PERUSER1 Returns the per-user properties for the specified pidl.
SHGVSPB_ALLUSERS2 Returns the All User properties for the specified pidl.
SHGVSPB_PERFOLDER4 Returns the property bag for the folder specified by the pidl parameter.
SHGVSPB_ALLFOLDERS8 Returns the property bag that applies to all folders.
SHGVSPB_INHERIT16 Returns the property bag used to provide defaults for subfolders that do not have their property bag.
SHGVSPB_ROAM32 Allows the property bag to roam. This flag cannot be combined with SHGVSPB_ALLFOLDERS.
SHGVSPB_NOAUTODEFAULTS-2147483648 Suppresses the search for a suitable default when the property bag cannot be found for the specified folder.
SHGVSPB_FOLDER5 Combines SHGVSPB_PERUSER and SHGVSPB_PERFOLDER.
SHGVSPB_FOLDERNODEFAULTS-2147483643 Combines SHGVSPB_PERUSER, SHGVSPB_PERFOLDER, and SHGVSPB_NOAUTODEFAULTS.
SHGVSPB_USERDEFAULTS9 Combines SHGVSPB_PERUSER and SHGVSPB_ALLFOLDERS.
SHGVSPB_GLOBALDEFAULTS10 Combines SHGVSPB_ALLUSERS and SHGVSPB_ALLFOLDERS.
See Also