WM_DESTROYCLIPBOARD

This message is sent to the clipboard owner when a call to the EmptyClipboard function empties the clipboard.

At a Glance

Header file: Winuser.h
Windows CE versions: 1.0 and later

Syntax

WM_DESTROYCLIPBOARD wParam = 0; lParam = 0;

Return Values

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

See Also

EmptyClipboard