COleStreamFile::COleStreamFile
Creates a COleStreamFile object.
COleStreamFile(
LPSTREAM lpStream = NULL
);
Parameters
- lpStream
Pointer to the OLE stream to be associated with the object.
Remarks
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 Windows SDK.
Requirements
Header: afxole.h