ISpeechDataKey GetBinaryValue Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechDataKey

GetBinaryValue Method


The GetBinaryValue method gets the specified binary value from the data key.


ISpeechDataKey.GetBinaryValue(
     ValueName As String
) As Variant

Parameters

ValueName
The name of the Value.

Return Value

A Variant variable.


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