VTMultiPassStorageClose(_:)
Ensures that any pending data is written to the multipass storage file and closes the file.
Declaration
func VTMultiPassStorageClose(_ multiPassStorage: VTMultiPassStorage) -> OSStatusParameters
- multiPassStorage:
The multipass storage object to close.
Discussion
After this function is called, all functions on the multipass storage object fail. It’s still necessary to release the object by calling CFRelease.