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

filestream.cpp File Reference

#include "xmltk.h"

Go to the source code of this file.

Compounds

class  CFileStream

Functions

bool CreateFileStream (RCLIID riid, void **ppvObj)


Function Documentation

bool CreateFileStream RCLIID    rcliid,
void **    ppvObj
 

Definition at line 189 of file filestream.cpp.

00190 {
00191     bool bRet = false;
00192 
00193     CFileStream* pfs = new CFileStream();
00194     if (pfs)
00195     {
00196         bRet = pfs->QueryInterface(riid, ppvObj);
00197         pfs->Release();
00198     }
00199 
00200     return bRet;
00201 }


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