IRichEditOleCallback::GetNewStorage  2YZJY3R

Provides storage for a new object pasted from the clipboard or read in from an RTF stream.

HRESULT GetNewStorage(

    LPSTORAGE FAR * lplpstg

 

   );

 

 

Parameters

lplpstg

Address to the pointer variable that receives the address of the IStorageFS1VT1 interface created for the new object.

 

Return Values

Returns success status.

This method must be implemented to allow cut/copy/paste and drag and drop of OLE objects.

See Also

IRichEditOleCallback, IStorage