[Contents] [Index] [Help] [Retrace] [browse <] [Browse >]


NAME
    StopChunks -- Declare many stop chunks at once.

SYNOPSIS
    error = StopChunks (iff, list, n)
     d0                 a0    a1  d0

    LONG             error;
    struct iffhandle *iff;
    LONG             *list;
    LONG             n;

FUNCTION
    (is to stopchunk() as propchunks() is to propchunk().)

INPUTS
    iff     - pointer to iffhandle struct.
    list    - pointer to array of longword chunk types and identifiers.
    n       - number of chunks to declare.

RESULT
    error   - 0 if successful or an IFFERR_#? error code if not
              successful.

EXAMPLE

NOTES

BUGS

SEE ALSO
    stopchunk()