描述
The FINDTEXT structure contains information about a search operation in a rich edit control. This structure is used with the EM_FINDTEXT message.
C/C++ 语法
typedef struct _findtext { CHARRANGE chrg; LPCTSTR lpstrText; } FINDTEXT; |
FreeBasic Syntax
TYPE FINDTEXTW chrg AS CHARRANGE lpstrText AS LPCWSTR END TYPE |
成员
chrg
A CHARRANGE structure that specifies the range of characters to search.
lpstrText
Pointer to the null-terminated string used in the find operation.
最低操作系统
Windows 95, Windows NT 4.0.