DEFAULTSAVEFOLDERTYPE enumeration (shobjidl_core.h)

Specifies the default save location.

Syntax

typedef enum DEFAULTSAVEFOLDERTYPE {
  DSFT_DETECT = 1,
  DSFT_PRIVATE,
  DSFT_PUBLIC
} ;

Constants

 
DSFT_DETECT
Value: 1
The current user determines the save folder. If the current user is the library's owner, use the private save location (DSFT_PRIVATE). If the current user is not the library's owner, use the public save location (DSFT_PUBLIC).
DSFT_PRIVATE
The library's private save location, which can only be accessed by the library's owner.
DSFT_PUBLIC
The library's public save location, which can be accessed by all users.

Remarks

These values cannot be combined.

Used By

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)

See also

IShellLibrary