COleStreamFile::COleStreamFile

This constructor constructs 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.

At a Glance

Header file: Afxole.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

COleStreamFile( LPSTREAM lpStream = NULL );

See Also

COleStreamFile::Attach, CFile