COleStreamFile Class

Represents a stream of data (IStream) in a compound file as part of OLE Structured Storage.

class COleStreamFile : public CFile

Remarks

An IStorage object must exist before the stream can be opened or created unless it is a memory stream.

COleStreamFile objects are manipulated exactly like CFile objects.

For more information about manipulating streams and storages, see the article Containers: Compound Files..

For more information, see IStream and IStorage in the Windows SDK.

Requirements

Header: afxole.h

See Also

Reference

CFile Class

Hierarchy Chart

Other Resources

COleStreamFile Members