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.
virtual BOOL OnPasteNativeObject( LPSTORAGE lpStg );
Return Value
Nonzero if successful; otherwise, 0;
Parameters
lpStg
Remarks
Use this function to load native data from an embedded item. Typically, you would do this by creating a COleStreamFile around the IStorage. The COleStreamFile can be attached to an archive and CObject::Serialize called to load the data.
This is an advanced overridable.
For more information, see in the OLE documentation.
CRichEditView Overview | Class Members | Hierarchy Chart
See Also COleStreamFileΒΈ CObject::Serialize, CArchive