index.htmlMain Page    classes.htmlAlphabetical List    annotated.htmlData Structures    files.htmlFile List    functions.htmlData Fields    globals.htmlGlobals    _wmfStream Struct Reference
Data Fields
void * struct__wmfStream.html#m0context types_8h.html#a11wmfSPutS  struct__wmfStream.html#m1sputs types_8h.html#a12wmfReset  struct__wmfStream.html#m2reset Detailed Description
Structure describing user-definable character-based output stream.
api_8h.html#a37wmf_stream_create()  and api_8h.html#a36wmf_ztream_create()  both return pointers to types_8h.html#a23wmfStream  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#a11wmfSPutS : writes string str; returns EOF on error, else 0.
types_8h.html#a12wmfReset : resets stream to start; returns non-zero on failure.
struct__wmfStream.html#m0context  is a handle for user data 
Field Documentation
  
    
      
        
          
 void* _wmfStream::context
      
    
  
  
    
       
    
    
    
  
  
    
      
        
          
 types_8h.html#a12wmfReset  _wmfStream::reset
      
    
  
  
    
       
    
    
    
  
  
    
      
        
          
 types_8h.html#a11wmfSPutS  _wmfStream::sputs
      
    
  
  
    
       
    
    
    
  
The documentation for this struct was generated from the following file: types_8h.htmltypes.h Generated on Tue Dec 10 19:53:54 2002 for libwmf by
http://www.doxygen.org/index.htmldoxygen 1.2.18 