IRichEditOleCallback::DeleteObject method (richole.h)
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.
Syntax
HRESULT DeleteObject(
LPOLEOBJECT lpoleobj
);
Parameters
lpoleobj
Type: LPOLEOBJECT
The object that is being deleted.
Return value
Type: HRESULT
Returns S_OK.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | richole.h |
DLL | Msftedit.dll |