Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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