CRichEditCtrl::GetIRichEditOle

Accesses the IRichEditOle interface for this CRichEditCtrl object.

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

Use this interface to access this CRichEditCtrl object's OLE functionality.

For more information, see EM_GETOLEINTERFACE message and IRichEditOle interface in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CRichEditCtrl Class

Hierarchy Chart

CRichEditCtrl::SetOLECallback

Other Resources

CRichEditCtrl Members