APTR buffer = hw_GetVirtualWriteFileBuffer(APTR handle, ULONG *size,
struct hwTagList *tags);
buffer. If size isn't NULL, the size of that virtual file in bytes
will be written to size.
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.
ULONG that will receive the virtual file's size or NULLNULL for now