Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
See also
-
Reference