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

REQRESIZE

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

描述

 

The REQRESIZE structure contains the requested size of a rich edit control. A rich edit control sends this structure to its parent window as part of an EN_REQUESTRESIZE notification message.

 

C/C++ 语法

 

typedef struct _reqresize {

NMHDR nmhdr;

RECT rc;

} REQRESIZE;

 

FreeBasic Syntax

 

TYPE REQRESIZE

nmhdr AS NMHDR

rc    AS RECT

END TYPE

 

成员

 

nmhdr

 

Notification header.

 

rc

 

Requested new size.

 

最低操作系统

 

Windows 95, Windows NT 4.0