CRichEditCtx.GetOleInterfacemethod
Retrieves an IRichEditOle object that a client can use to access a rich edit control's Component Object Model (COM) functionality.
Syntax
FUNCTION GetOleInterface () AS IRichEditOle PTR
Return value
A pointer to the IRichEditOle interface. The control calls the AddRef method for the object before returning, so the calling application must call the Release method when it is done with the object. |
Description
Retrieves an IRichEditOle object that a client can use to access a rich edit control's Component Object Model (COM) functionality.
Reference
- Defined in AfxNova/CRichEditCtx.inc:2192
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class