Help Center

CRichEditCtx.Notifymethod

Notifies the Text Object Model (TOM) engine client of particular Input Method Editor (IME) events.

Windowsmethoddocumented

Syntax

FUNCTION Notify (BYVAL nNotify AS LONG) AS HRESULT

Parameters

NameDescription
nNotifyAn IME notification code.

Return value

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Description

Notifies the Text Object Model (TOM) engine client of particular Input Method Editor (IME) events.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4785
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class