(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

APTR LocalItemData (localItem)

LOCATION
In IFFParseBase at offset 32

SYNOPSIS
struct LocalContextItem * localItem

FUNCTION
Returns a pointer to the userdata allocated in AllocLocalItem. This function returns NULL for an input of NULL.

INPUTS
localItem
pointer to a LocalContextItem struct or NULL.

RESULT
data - pointer to user data or NULL.

EXAMPLE

SEE ALSO
AllocLocalItem(), FreeLocalItem()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen