CRichEditCtrl::SetOLECallback

 

Gives this CRichEditCtrl object an IRichEditOleCallback object to use to access OLE-related resources and information.

Syntax

      BOOL SetOLECallback(
   IRichEditOleCallback* pCallback 
);

Parameters

  • pCallback
    Pointer to an IRichEditOleCallback object that this CRichEditCtrl object will use to get OLE-related resources and information.

Return Value

Nonzero if successful; otherwise, 0.

Remarks

This CRichEditCtrl object will call IUnknown::AddRef to increment the usage count for the COM object specified by pCallback.

For more information, see EM_SETOLECALLBACK message and IRichEditOleCallback interface in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

CRichEditCtrl Class
Hierarchy Chart
CRichEditCtrl::GetIRichEditOle