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