#include "xmltk.h"Go to the source code of this file.
Compounds | |
| class | CTSAX2SAX |
Functions | |
| 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 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001