SpObjectToken Remove Method (SAPI 5.3)

Microsoft Speech API 5.3

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.