ISpeechDataKey SetLongValue Method (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechDataKey
SetLongValue Method
The SetLongValue method sets the specified Long value in the data key.
ISpeechDataKey.SetLongValue(
ValueName As String,
Value As Long
)
Parameters
- ValueName
The name of the value. - Value
The Long data value.
Return Value
None.
For an example of the use of the SetLongValue method, see the code example in the code example at the end of this section.