Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
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.