ISpeechDataKey SetBinaryValue Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechDataKey

SetBinaryValue Method


The SetBinaryValue method sets the specified binary value in the data key.


ISpeechDataKey.SetBinaryValue(
     ValueName As String,
     Value As Variant
)

Parameters

ValueName
The name of the value.
Value
The binary data value.

Return Value

None.


For an example of the use of the SetBinaryValue method, see the code example in the code example at the end of this section.