Skip to content

Latest commit

 

History

History
83 lines (47 loc) · 1.85 KB

en-lowfirtf.md

File metadata and controls

83 lines (47 loc) · 1.85 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EN_LOWFIRTF notification code (Richedit.h)
Notifies the parent window of a Microsoft Rich Edit control that an unsupported Rich Text Format (RTF) keyword was received. A Rich Edit control sends this notification code in the form of a WM\_NOTIFY message.
3b18320b-ebc3-44f2-a93c-e967a028c522
EN_LOWFIRTF notification code Windows Controls
apiref
EN_LOWFIRTF
Richedit.h
HeaderDef
reference
05/31/2018

EN_LOWFIRTF notification code

Notifies the parent window of a Microsoft Rich Edit control that an unsupported Rich Text Format (RTF) keyword was received. A Rich Edit control sends this notification code in the form of a WM_NOTIFY message.

EN_LOWFIRTF

    penLowfiRTF = (ENLOWFIRTF *) lParam; 

Parameters

lParam

The ENLOWFIRTF structure.

Return value

This notification code does not return a value.

Remarks

To receive an EN_LOWFIRTF notification, specify the ENM_LOWFIRTF flag in the mask sent with the EM_SETEVENTMASK 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

Reference

ENLOWFIRTF

WM_NOTIFY