WM_CLIPBOARDUPDATE top-level constant

int const WM_CLIPBOARDUPDATE

The WM_CLIPBOARDUPDATE message signifies that clipboard contents have changed. To listen for this message, create a Clipboard Format Listener using the AddClipboardFormatListener() API. This has replaced the old SetClipboardViewer() API, and is a simpler, more efficient method of monitoring for clipboard changes.

Implementation

const WM_CLIPBOARDUPDATE = 0x031D;