Name
hw_FreeVirtualWriteFile -- free a writable virtual file (V9.0)
Synopsis
void hw_FreeVirtualWriteFile(APTR handle);
Function
This function frees a writable virtual file created by hw_CreateVirtualWriteFile() and all of its resources. See hw_CreateVirtualWriteFile for details. Note that this must be done after closing the virtual file using hw_FClose().

Also note that writable virtual files must never be used in your ClosePlugin() function because at that time the handler that controls writable virtual files inside Hollywood will no longer be there.

Designer compatibility
Unsupported

Inputs
handle
writable virtual file handle allocated by hw_CreateVirtualWriteFile()

Show TOC