enum classafFancomSapi::SpeechDataKeyLocation
sys::Obj sys::Enum afFancomSapi::SpeechDataKeyLocation
@
Serializable { simple=true }
Lists the top-level speech configuration database keys.
http://msdn.microsoft.com/en-us/library/ee125192%28v=vs.85%29.aspx
- SDKLCurrentConfig
const static SpeechDataKeyLocation SDKLCurrentConfig := ...
The speech configuration database key
HKEY_CURRENT_CONFIG
. Value is 5 (0x5)- SDKLCurrentUser
const static SpeechDataKeyLocation SDKLCurrentUser := ...
The speech configuration database key
HKEY_CURRENT_USER
.Value is 1 (0x1)
- SDKLDefaultLocation
const static SpeechDataKeyLocation SDKLDefaultLocation := ...
The default location is set by ISpObjectTokenCategory.
Value is 0 (0x0)
- SDKLLocalMachine
const static SpeechDataKeyLocation SDKLLocalMachine := ...
The speech configuration database key
HKEY_LOCAL_MACHINE
.Value is 2 (0x2)
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the SpeechDataKeyLocation instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- fromVariant
static SpeechDataKeyLocation fromVariant(Variant variant)
- toFancom
Variant toFancom()
- vals
const static SpeechDataKeyLocation[] vals := ...
List of SpeechDataKeyLocation values indexed by ordinal
- value
const Int value