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


   NAME
        InitIFFasClip -- initialize an iffhandle as a clipboard stream. (v36)

   SYNOPSIS
        InitIFFasClip(iff);
                      A0

        VOID InitIFFasClip(struct iffhandle *);

   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 structure.

   SEE ALSO
        initiff(), openclipboard(), <libraries/iffparse.h>