ENLOWFIRTF structure (richedit.h)

Contains information about an unsupported Rich Text Format (RTF) keyword in a Microsoft Rich Edit control.

Syntax

typedef struct _enlowfirtf {
  NMHDR nmhdr;
  char  *szControl;
} ENLOWFIRTF;

Members

nmhdr

Type: NMHDR

Specifies an NMHDR structure.

szControl

Type: CHAR*

The unsupported RTF keyword.

Remarks

This structure is used with the EN_LOWFIRTF message.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header richedit.h

See also

EN_LOWFIRTF