COleStreamFile::COleStreamFile

Use this member function to construct a COleStreamFile object. If lpStream is NULL, the object is not associated with a COM stream, otherwise, the object is associated with the supplied COM stream.

Syntax

COleStreamFile( LPSTREAM lpStream = NULL );

At a Glance

Header file: Afxole.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

COleStreamFile Overview, COleStreamFile Member Functions, File Service Classes, COleStreamFile::Attach, CFile