Skip to content

Latest commit

 

History

History
88 lines (50 loc) · 1.84 KB

wm-clipboardupdate.md

File metadata and controls

88 lines (50 loc) · 1.84 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
WM_CLIPBOARDUPDATE message (Winuser.h)
Sent when the contents of the clipboard have changed.
1508aa22-9cf0-40a2-8cb0-ce7c8671df2c
WM_CLIPBOARDUPDATE message Data Exchange
apiref
WM_CLIPBOARDUPDATE
Winuser.h
HeaderDef
reference
05/31/2018

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