enum classafFancomSapi::SpeechTokenShellFolder
sys::Obj sys::Enum afFancomSapi::SpeechTokenShellFolder
@
Serializable { simple=true }
Lists possible locations storing token information.
http://msdn.microsoft.com/en-us/library/ee125217%28v=vs.85%29.aspx
- STSF_AppData
const static SpeechTokenShellFolder STSF_AppData := ...
Stores information in the application data of the user's profile.
Value is 26 (0x1A)
- STSF_CommonAppData
const static SpeechTokenShellFolder STSF_CommonAppData := ...
Stores information in the file system directory that serves as a common repository for application-specific data.
Value is 35 (0x23)
- STSF_FlagCreate
const static SpeechTokenShellFolder STSF_FlagCreate := ...
Forces the creation of a folder. This flag is used in combination with another CSIDL value to create the item.
Value is 32768 (0x8000)
- STSF_LocalAppData
const static SpeechTokenShellFolder STSF_LocalAppData := ...
Stores information in the My Computer folder. This is a virtual folder containing everything on the local computer
Value is 28 (0x1C)
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the SpeechTokenShellFolder instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- fromVariant
static SpeechTokenShellFolder fromVariant(Variant variant)
- toFancom
Variant toFancom()
- vals
const static SpeechTokenShellFolder[] vals := ...
List of SpeechTokenShellFolder values indexed by ordinal
- value
const Int value