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

bin2tsax.cpp File Reference

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

Go to the source code of this file.

Compounds

class  CBin2TSAX

Functions

bool CreateBin2TSAX (RCLIID riid, void **ppvObj)


Function Documentation

bool CreateBin2TSAX RCLIID    riid,
void **    ppvObj
 

Definition at line 321 of file bin2tsax.cpp.

00322 {
00323     bool fRet = false;
00324 
00325     CBin2TSAX* pbin2tsax = new CBin2TSAX();
00326     if (pbin2tsax)
00327     {
00328         fRet = pbin2tsax->QueryInterface(riid, ppvObj);
00329         pbin2tsax->Release();
00330     }
00331 
00332     return fRet;
00333 }


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