<< Return to Main Index

< Return to Class Index

CGXExcelReaderImpl::ProcessStorageFile

virtual BOOL ProcessStorageFile(const TCHAR* psz, IStorage*& pStorage, IStream*& pStream);

psz

The path of the file to be used for the write operation

pStorage

The storage to use. This is allocated in this function.

pStream

The storage to use. This is allocated in this function.

Remarks

This function checks to see if the file already exists and whether it is a compound file or a regular file that can replaced. It creates a file if required and creates the workbook stream and returns this so that the write operation can be performed.

CGXExcelReaderImpl

Class Overview | Class Members