WM_DRAWCLIPBOARD top-level constant

int const WM_DRAWCLIPBOARD

Sent to the first window in the clipboard viewer chain when the content of the clipboard changes. This enables a clipboard viewer window to display the new content of the clipboard.

Implementation

const WM_DRAWCLIPBOARD = 0x0308;