(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/iffparse.h>

struct StoredProperty * FindProp (iff , type , id)

LOCATION
In IFFParseBase at offset 26

SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id

FUNCTION
Searches for a StoredProperty that is valid in the given context. Property chunks are automatically stored by ParseIFF() when pre-declared by PropChunk() or PropChunks(). The returned storedproperty contains a pointer to the data in the chunk.

INPUTS
iff
a pointer to a an IFFHandle struct.
type
type code of property to search for.
id
id code of property to search for.

RESULT
sp - pointer to a storedproperty if found, NULL if none are found.

EXAMPLE

SEE ALSO
PropChunk(), PropChunks()

NOTES

BUGS

INTERNALS

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