EN_SAVECLIPBOARD notification code

Notifies the rich edit control's parent window that the control is closing and the clipboard contains information. A rich edit control sends this notification code in the form of a WM_NOTIFY message.

EN_SAVECLIPBOARD

    penSaveClipboard = (ENSAVECLIPBOARD *) lParam; 

Parameters

lParam

An ENSAVECLIPBOARD structure that contains information about clipboard information.

Return value

Return zero if the clipboard should be made available to other applications.

Return a nonzero value if the clipboard should not be saved.

Remarks

The parent window will always get a WM_NOTIFY message for this event, it does not require a notification mask sent with EM_SETEVENTMASK.

Requirements

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

See also

Reference

ENSAVECLIPBOARD