Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
richedit.h
Unicode
WinNT
Platform Notes
None

FINDTEXTEX

Contains information about text to search for in a rich edit control. This structure is used with the EM_FINDTEXTEX message.

typedef struct _findtextex {
CHARRANGE chrg; // range to search
LPSTR lpstrText; // null-terminated string to find
CHARRANGE chrgText; // range in which text is found
} FINDTEXTEX;

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples