You are reading help file online using chmlib.com
|
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.
Enum SpeechTokenShellFolder
STSF_AppData = 26
STSF_LocalAppData = 28
STSF_CommonAppData = 35
STSF_FlagCreate = 32768
End Enum
You are reading help file online using chmlib.com
|