Docs » Autodocs » iffparse.library » AllocIFF
AllocIFF -- create a new IFFHandle structure. (V36)
iff = AllocIFF() D0 struct IFFHandle *AllocIFF(VOID);
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.
iff - pointer to IFFHandle structure or NULL if the allocation failed.
FreeIFF(), <libraries/iffparse.h>
|