NAME
        InitIFFasDOS -- initialize an iffhandle as a dos stream. (v36)
   SYNOPSIS
        InitIFFasDOS(iff)
                     A0
        InitIFFasDOS(struct iffhandle *);
   FUNCTION
        The function initializes the given iffhandle to operate on dos
        streams. The iff_Stream field will need to be initialized as a bptr
        returned from the DOS function open().
   INPUTS
        iff - pointer to iffhandle structure.
   SEE ALSO
        initiff()