Docs » Autodocs » iffparse.library » InitIFFasClip
InitIFFasClip -- initialize an IFFHandle as a clipboard stream. (V36)
InitIFFasClip(iff); A0 VOID InitIFFasClip(struct IFFHandle *);
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().
iff - pointer to IFFHandle structure.
InitIFF(), OpenClipboard(), <libraries/iffparse.h>
|