Поделиться через


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

См. также

Основные понятия

COleStreamFile Class

COleStreamFile Members

Hierarchy Chart

COleStreamFile::Detach