NAME AllocIFF -- create a new IFFHandle structure. (V36) SYNOPSIS iff = AllocIFF() D0 struct IFFHandle *AllocIFF(VOID); FUNCTION Allocates and initializes a new IFFHandle structure. This function is the only supported way to create an IFFHandle structure since there are private fields that need to be initialized. RESULT iff - pointer to IFFHandle structure or NULL if the allocation failed. SEE ALSO FreeIFF(), <libraries/iffparse.h>