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

tsax2bin.cpp File Reference

#include "xmltk.h"
#include "tokenmap.h"

Go to the source code of this file.

Compounds

class  CTSAX2Bin

Functions

bool CreateTSAX2Bin (RCLIID riid, void **ppvObj)


Function Documentation

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 }


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