描述
The ENLOWFIRTF structure contains information about an unsupported Rich Text Format (RTF) keyword in a Microsoft Rich Edit control.
C/C++ 语法
typedef struct _enlowfirtf { NMHDR nmhdr; CHAR *szControl; } ENLOWFIRTF; |
FreeBasic Syntax
TYPE ENLOWFIRTF nmhdr AS NMHDR szControl AS ZSTRING PTR END TYPE |
成员
nmhdr
Specifies an NMHDR structure.
szControl
Pointer to a string that contains the unsupported RTF keyword.
备注
This structure is used with the EN_LOWFIRTF message.
最低操作系统
Windows XP SP1.