index.html
Main Page
classes.html
Alphabetical List
annotated.html
Data Structures
files.html
File List
functions.html
Data Fields
globals.html
Globals
_wmfStream Struct Reference
Data Fields
void *
struct__wmfStream.html#m0
context
types_8h.html#a11
wmfSPutS
struct__wmfStream.html#m1
sputs
types_8h.html#a12
wmfReset
struct__wmfStream.html#m2
reset
Detailed Description
Structure describing user-definable character-based output stream.
api_8h.html#a37
wmf_stream_create()
and
api_8h.html#a36
wmf_ztream_create()
both return pointers to
types_8h.html#a23
wmfStream
objects, but an application can create its own implementation if preferred.
typedef int (*wmfSPutS) (char* str,void* context);
typedef int (*wmfReset) (void* context);
types_8h.html#a11
wmfSPutS
: writes string
str
; returns EOF on error, else 0.
types_8h.html#a12
wmfReset
: resets stream to start; returns non-zero on failure.
struct__wmfStream.html#m0
context
is a handle for user data
Field Documentation
void* _wmfStream::context
types_8h.html#a12
wmfReset
_wmfStream::reset
types_8h.html#a11
wmfSPutS
_wmfStream::sputs
The documentation for this struct was generated from the following file:
types_8h.html
types.h
Generated on Tue Dec 10 19:53:54 2002 for libwmf by
http://www.doxygen.org/index.html
doxygen
1.2.18
