ISpeechDataKey SetLongValue Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.