Docs » Autodocs » iffparse.library » FreeIFF
FreeIFF -- deallocate an IFFHandle structure. (V36)
FreeIFF(iff); A0 VOID FreeIFF(struct IFFHandle *);
Deallocates all resources associated with this IFFHandle structure. The structure MUST have already been closed with CloseIFF().
iff - pointer to IFFHandle structure to free. Starting with V39, this may be NULL.
AllocIFF(), CloseIFF(), <libraries/iffparse.h>
|