IRichEditOle::InsertObject
Inserts an
object into a rich edit control.
HRESULT InsertObject(
REOBJECT FAR * lpreobject |
|
); |
|
Parameters
lpreobject
Pointer to a REOBJECT
Return Values
Returns success
status. Use GetScode
If the cp
member of the REOBJECT structure is REO_CP_SELECTION, the selection is
replaced with the specified object.
See Also