IRichEditOleCallback::DeleteObject 
Notification that an object is about to be deleted from a rich edit control. The object is not necessarily being released when this member is called.
HRESULT DeleteObject(
| LPOLEOBJECT lpoleobj | |
| ); |
Parameters
lpoleobj
Pointer to the OLEOBJECT structure specifying the object that is being deleted.
Return Values
No return value.
See Also