Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

tsax2sax.cpp File Reference

#include "xmltk.h"

Go to the source code of this file.

Compounds

class  CTSAX2SAX

Functions

bool CreateTSAX2SAX (RCLIID riid, void **ppvObj, SAXClient *psc)


Function Documentation

bool CreateTSAX2SAX RCLIID    riid,
void **    ppvObj,
SAXClient   psc
 

Definition at line 139 of file tsax2sax.cpp.

00140 {
00141     bool bResult = false;
00142 
00143     CTSAX2SAX *ptx = new CTSAX2SAX(psc);
00144     if (ptx)
00145     {
00146         bResult = ptx->QueryInterface(riid, ppvObj);
00147         ptx->Release();
00148     }
00149 
00150     return bResult;
00151 }


Generated on Sat Dec 22 16:01:55 2001 for XMILLforBinaryFormat by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001