NAME
    InitIFFasClip -- Initialize an iffhandle as a clipboard stream.
SYNOPSIS
    InitIFFasClip (iff)
                   a0
    struct iffhandle *iff;
FUNCTION
    Initializes the given iffhandle to be a clipboard stream.  the
    function initializes the stream processing vectors to operate on
    streams of the clipboardhandle type.  the iff_stream field will still
    need to be initialized to point to a clipboardhandle as returned from
    openclipboard().
INPUTS
    iff     - pointer to iffhandle struct.
RESULT
EXAMPLE
NOTES
BUGS
SEE ALSO
    openclipboard()