WM_CLIPBOARDUPDATE message

Sent when the contents of the clipboard have changed.

#define WM_CLIPBOARDUPDATE              0x031D

Parameters

wParam

This parameter is not used and must be zero.

lParam

This parameter is not used and must be zero.

Return value

If an application processes this message, it should return zero.

Remarks

To register a window to receive this message, use the AddClipboardFormatListener function.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

AddClipboardFormatListener

RemoveClipboardFormatListener

GetClipboardSequenceNumber