Help Center

CRichEditOleCallback.DeleteObjectmethod

Sends 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.

Windowsmethoddocumented

Syntax

FUNCTION DeleteObject (BYVAL lpoleobj AS LPOLEOBJECT) AS HRESULT

Parameters

NameDescription
lpoleobjThe object that is being deleted.

Return value

Returns S_OK.

Description

Sends 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.

Reference

  • Defined in AfxNova/CRichEditOleCallback.inc:35
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditOleCallback Class.md
  • Topic: CRichEditOleCallback Class