DEFAULTSAVEFOLDERTYPE enumeration
Specifies the default save location.
Syntax
typedef enum DEFAULTSAVEFOLDERTYPE { DSFT_DETECT = 1, DSFT_PRIVATE, DSFT_PUBLIC } DEFAULTSAVEFOLDERTYPE;
Constants
- DSFT_DETECT
-
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
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: