Prev Next

EN_SAVECLIPBOARD Overview  Group

Notifies the rich edit control’s parent window that the control is closing and the clipboard contains information.

EN_SAVECLIPBOARD
wParam = (WPARAM) (UINT) uID;
lParam = (LPARAM) (ENSAVECLIPBOARD *) lpesc;

Parameters

uID
Identifier of the rich edit control.
lpesc
Pointer to an ENSAVECLIPBOARD structure that contains information about clipboard information.

Return Values

Returns zero if the clipboard should be made available to other applications, nonzero if the clipboard should not be saved.

See Also

ENSAVECLIPBOARD