导航:  Windows Controls Procedures > Rich Edit Control > Structures >

FINDTEXT

上一页返回章节概述下一页

描述

 

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.