SpeechTokenShellFolder (SAPI 5.3)
Microsoft Speech API 5.3
SpeechTokenShellFolder Enum
The SpeechTokenShellFolder enumeration lists possible locations storing token information.
This is a standard Win32 CSIDL value identifying the folder whose path is returned as a String. Used in SpObjectToken.GetStorageFileName.
Definition
Enum SpeechTokenShellFolder
STSF_AppData = 26
STSF_LocalAppData = 28
STSF_CommonAppData = 35
STSF_FlagCreate = 32768
End Enum
Elements
- STSF_AppData
Stores information in the application data of the user's profile. - STSF_LocalAppData
Stores information in the My Computer folder. This is a virtual folder containing everything on the local computer - STSF_CommonAppData
Stores information in the file system directory that serves as a common repository for application-specific data. - STSF_FlagCreate
Forces the creation of a folder. This flag is used in combination with another CSIDL value to create the item.