#include "xmltk.h"#include "tokenmap.h"Go to the source code of this file.
Compounds | |
| class | CTSAX2Bin |
Functions | |
| bool | CreateTSAX2Bin (RCLIID riid, void **ppvObj) |
|
||||||||||||
|
Definition at line 216 of file tsax2bin.cpp. Referenced by BXMLOutput::BXMLOutput().
00217 {
00218 bool bResult = false;
00219
00220 CTSAX2Bin *ptb = new CTSAX2Bin();
00221 if (ptb)
00222 {
00223 bResult = ptb->QueryInterface(riid, ppvObj);
00224 ptb->Release();
00225 }
00226
00227 return bResult;
00228 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001