Help Center

CRichEdit.GetAutoCorrectProcmethod

Gets a pointer to the application-defined **AutoCorrectProc** callback function.

Windowsmethoddocumented

Syntax

FUNCTION GetAutoCorrectProc (BYVAL hRichEdit AS HWND) AS LONG_PTR

Return value

Returns a pointer to the application-defined AutoCorrectProc callback function.

Description

Gets a pointer to the application-defined AutoCorrectProc callback function.

Reference

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