CRichEdit.SetWordBreakProcExmethod
Sets the extended word-break procedure.
Syntax
FUNCTION SetWordBreakProcEx (BYVAL hRichEdit AS HWND, BYVAL pfn AS LONG_PTR) AS LONG_PTR
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
pfn | Pointer 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