COleStreamFile::Attach
Associates the supplied OLE stream with the COleStreamFile object.
void Attach(
LPSTREAM lpStream
);
Параметры
- lpStream
Points to the OLE stream (IStream) to be associated with the object. Cannot be NULL.
Заметки
The object must not already be associated with an OLE stream.
For more information, see IStream in the Windows SDK.
Требования
Header: afxole.h