IRichEditOle 

Specifies an interface used by the client of a rich text edit control to carry out OLE-related operations. The IRichEditOle 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.

 

IRichEditOle Methods

Description

GetClientSite2VQ.UH5

Retrieves an IOleClientSite interface to use when creating a new object.

GetObjectCount79_24T

Returns the number of objects contained in a rich edit control.

GetLinkCount4GMMIF

Returns the number of objects in a rich edit control that are links.

GetObject1B9MTD_

Returns information from a REOBJECT4OG_XKE structure about an object in a rich edit control.

InsertObject5PTZD8

Inserts an object into a rich edit control.

ConvertObject1XB908Q

Converts an object to a new type.

ActivateAs3N7S_D8

Unloads objects of the old class, telling OLE to treat those objects as objects of the new class, and reloading the objects.

SetHostNames3OOEQZ

Sets the  host names  to be given to objects as they are inserted to a rich edit control.

SetLinkAvailable1MQOV.0

Sets the value of the link available bit in the object s flags.

SetDvaspectHGJTPZ

Sets the aspect that a rich edit control uses to draw an object.

HandsOffStorageDM5FK8

Tells a rich edit control to release its reference to the storage interface associated with the specified object.

SaveCompleted.XLIXD

Tells a rich edit control that the most recent save operation has been completed, and that it should hold on to a different storage for the object.

InPlaceDeactivateK20R.Z

Tells a rich edit control to deactivate the currently active in-place object, if any.

ContextSensitiveHelp5F3UFD

Tells a rich edit control to transition into or out of context-sensitive help mode.

GetClipboardDataKUKVZ8

Retrieves a clipboard object for a range in an edit control.

ImportDataObject22RLYW7

Imports a clipboard object into a rich edit control, replacing the current selection.