IRichEditOle* GetIRichEditOle( ) const;
Return Value
Pointer to the IRichEditOle interface that can be used to access this CRichEditCtrl object’s OLE functionality; NULL if the interface is not accessible.
Remarks
Call this member function to access the IRichEditOle interface for this CRichEditCtrl object. Use this interface to access this CRichEditCtrl object’s OLE functionality.
For more information, see EM_GETOLEINTERFACE message and IRichEditOle interface in the Win32 documentation.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::SetOLECallback