SpObjectToken RemoveStorageFileName method (SAPI 5.3)
Microsoft Speech API 5.3
Object: SpObjectToken
Type: Hidden
RemoveStorageFileName Method
The RemoveStorageFileName method removes a storage file associated with the object token.
SpObjectToken.RemoveStorageFileName(
ObjectStorageCLSID As String,
KeyName As String,
DeleteFile As Boolean
)
Parameters
- ObjectStorageCLSID
The globally unique identifier (GUID) of the calling object. - KeyName
The KeyName. - DeleteFile
If True, the storage file will be deleted after removal.
Return Value
None.
Example
Use of the RemoveStorageFileName method is demonstrated in the code example for the GetStorageFileName method.