FINDTEXT

The FINDTEXT structure contains information about text to search for in a rich edit control. This structure is used with the EM_FINDTEXT message.

typedef struct _findtext { 
    CHARRANGE chrg; 
    LPSTR lpstrText; 
} FINDTEXT; 
 

Members

chrg
Range to search.
lpstrText
Null-terminated string to find.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in commdlg.h.
  Import Library: Use comdlg32.lib.
  Unicode: Implemented as Unicode and ANSI versions on Windows NT.

See Also

Rich Edit Controls Overview, Rich Edit Structures, EM_FINDTEXT