ISpeechDataKey OpenKey Method (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechDataKey
OpenKey Method
The OpenKey method opens the specified subkey of the data key as another data key object.
ISpeechDataKey.OpenKey(
SubKeyName As String
) As ISpeechDataKey
Parameters
- SubKeyName
Name of the subkey.
Return Value
An ISpeechDataKey variable representing the subkey.
Example
For an example of the use of the OpenKey method, see the code example in the EnumKeys section.