IRichEditOleCallback 

Specifies an interface used by a rich text edit control to retrieve OLE-related information from its client. A rich edit control s client is responsible for implementing this interface and assigning it to the control by using the EM_SETOLEINTERFACE message. The IRichEditOleCallback interface has the following methods:

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface2Y54585

Returns pointers to supported interfaces.

AddRef1SHW0SS

Increments reference count.

ReleaseDUW01A

Decrements reference count.

 

IRichEditOleCallback Methods

Description

GetNewStorageUVGKWC

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

GetInPlaceContext1O8.F.S

Provides the application and document level interfaces and information required to support in-place activation.

ShowContainerUI1MG4KWQ

Tells the application whether to display its container user interface.

QueryInsertObject15E94CG

Queries the application as to whether an object should be inserted.

DeleteObject195V2H5

Notification that an object is about to be deleted from a rich edit control.

QueryAcceptData6B0F0P

Called on a paste or drag to determine if the data pasted/dragged should be accepted.

ContextSensitiveHelp_VPY7U

Tells the application that it should transition into or out of context sensitive help mode.

GetClipboardData35DJQH5

Allows the client to supply its own clipboard object.

GetDragDropEffect1E6QXBO

Allows the client to specify the effects of a drop operation.

GetContextMenuI41WV9

Queries the application for a context menu to use on a right mouse button down event.