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