Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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