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.
Use this function to load native data from an embedded item.
virtual BOOL OnPasteNativeObject(
LPSTORAGE lpStg
);
Parameters
- lpStg
Pointer to an IStorage object.
Return Value
Nonzero if successful; otherwise, 0;
Remarks
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 IStorage in the Windows SDK.
Requirements
Header: afxrich.h