SpObjectToken Remove Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Object: SpObjectToken
Type: Hidden

Remove Method


The Remove method removes the token from the speech configuration database.


SpObjectToken.Remove(
     ObjectStorageCLSID As String
)

Parameters

ObjectStorageCLSID
Specifies the CLSID associated with the object token to remove. If ObjectStorageCLSID is an empty string ("") or vbNullString, the entire token is removed; otherwise, only the specified section is removed.

Return Value

None.


Example

Use of the RemoveStorageFileName method is demonstrated in the code example for the GetStorageFileName method.