COleStreamFile::COleStreamFile

COleStreamFile( LPSTREAM lpStream = NULL );

Parameters

lpStream

Pointer to the OLE stream to be associated with the object.

Remarks

Creates a COleStreamFile object. If lpStream is NULL, the object is not associated with an OLE stream, otherwise, the object is associated with the supplied OLE stream.

For more information, see IStream in the OLE 2 Programmer’s Reference, Volume 1.

COleStreamFile OverviewClass MembersHierarchy Chart

See Also   COleStreamFile::Attach, CFile