WM_DESTROYCLIPBOARD message
Applies to: desktop apps only
Sent to the clipboard owner when a call to the EmptyClipboard function empties the clipboard.
A window receives this message through its WindowProc function.
#define WM_DESTROYCLIPBOARD 0x0307
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.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
- Reference
- EmptyClipboard
- Conceptual
- Clipboard
Send comments about this topic to Microsoft
Build date: 3/6/2012