EN_CLIPFORMAT notification code

Notifies a rich edit control's parent window that a paste occurred with a particular clipboard format. A windowless rich edit control sends this notification by using the ITextHost::TxNotify method.

EN_CLIPFORMAT

      pClipboardFmt = (CLIPBOARDFORMAT *) lParam; 

Parameters

wParam

The window ID retrieved by calling the GetWindowLong function with the GWL_ID value.

lParam

A pointer to a CLIPBOARDFORMAT structure that contains information about the clipboard format.

Return value

The return value is ignored.

Remarks

To receive EN_CLIPFORMAT notification codes, specify ENM_CLIPFORMAT in the mask sent with the EM_SETEVENTMASK message.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Richedit.h

See also

CLIPBOARDFORMAT