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 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 |
|
See also
-
Reference