Help Center

CRichEdit.SetWordBreakProcExmethod

Sets the extended word-break procedure.

Windowsmethoddocumented

Syntax

FUNCTION SetWordBreakProcEx (BYVAL hRichEdit AS HWND, BYVAL pfn AS LONG_PTR) AS LONG_PTR

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
pfnPointer to an EditWordBreakProcEx function, or NULL to use the default procedure.

Return value

This message returns the address of the previous extended word-break procedure.

Description

Sets the extended word-break procedure.

Reference

  • Defined in AfxNova/CRichEdit.inc:1287
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class