classafFancomSapi::ISpeechDataKey
sys::Obj afFancomSapi::ISpeechDataKey
Provides read and write access to the speech configuration database.
http://msdn.microsoft.com/en-us/library/ee125263%28v=vs.85%29.aspx
@clsid {CE17C09B-4EFA-44D5-A4C9-59D9585AB0CD}
- createKey
ISpeechDataKey? createKey(Str? subKeyName)
Creates the specified subkey within the data key.
- deleteKey
Void deleteKey(Str? subKeyName)
Deletes the specified subkey from the data key.
- deleteValue
Void deleteValue(Str? valueName)
Deletes the specified value from the data key.
- enumKeys
Returns the name of one subkey of the data key, specified by its index.
- enumValues
Returns the name of one value of the data key, specified by its index.
- getBinaryValue
Variant getBinaryValue(Str? valueName)
Gets the specified binary value from the data key.
- getLongValue
Int? getLongValue(Str? valueName)
Gets the specified Long value from the data key.
- getStringValue
Str? getStringValue(Str? valueName)
Gets the specified String value from the data key.
- makeFromDispatch
new makeFromDispatch(Dispatch dispatch)
- openKey
ISpeechDataKey? openKey(Str? subKeyName)
Opens the specified subkey of the data key as another data key object.
- setBinaryValue
Void setBinaryValue(Str? valueName, Variant? value)
Sets the specified binary value in the data key.
- setLongValue
Void setLongValue(Str? valueName, Int? value)
Sets the specified Long value in the data key.
- setStringValue
Void setStringValue(Str? valueName, Str? value)
Sets the specified String value in the data key.