Whole document tree _wmfStream Struct Reference#include <types.h>
Detailed DescriptionStructure describing user-definable character-based output stream.wmf_stream_create() and wmf_ztream_create() both return pointers to wmfStream objects, but an application can create its own implementation if preferred.
typedef int (*wmfSPutS) (char* str,void* context); typedef int (*wmfReset) (void* context);
wmfSPutS: writes string wmfReset: resets stream to start; returns non-zero on failure.
Field Documentation
The documentation for this struct was generated from the following file: Generated at Sun Oct 28 12:22:58 2001 for libwmf by ![]() |