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
Call this function to give this CRichEditCtrl object an IRichEditOleCallback object to use to access OLE-related resources and information. 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 Win32 documentation.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::GetIRichEditOle