int ok = hw_TmpNamNew(STRPTR buf, int bufsize, struct hwTagList *tags);
buf must be specified in the bufsize
argument.
Additionally, you can pass a tag list to hw_TmpNamNew(). The following tags
are currently recognized:
HWTMPNAMTAG_USERAM:iData member of this tag item is set to True, Hollywood will
create the temporary file in the RAM disk on AmigaOS and compatible
systems. If it is False, the temporary file is created on a physical
disk. On non-Amiga systems this tag doesn't have any effect. Defaults
to False.
This function is thread-safe.