Can IMAPI2 burn files with the size > 4Gb?
Posted
by Sergey Skoblikov
on Stack Overflow
See other posts from Stack Overflow
or by Sergey Skoblikov
Published on 2009-05-29T15:29:07Z
Indexed on
2010/04/05
7:03 UTC
Read the original article
Hit count: 285
IMAPI2 interface IFileSystem uses COM IStream interfaces to represent file data. There is AddTree method that adds specified directory contents to IFileSystem. So AddTree must create IStream's in the process. I wonder what implementation of IStream it uses? If it uses the standard OLE implementation than we have a nasty problem because OLE streams doesn't support files bigger than 4Gb.
Can anyone shed some light on this issue?
© Stack Overflow or respective owner