WM_RENDERALLFORMATS

This message is sent to the application that owns the clipboard when that application is being destroyed.

Parameter Description  

wParam Is not used.  
lParam Is not used.  

Comments

The application should render the clipboard data in all the formats it is capable of generating and pass a handle to each format to the SetClipboardData function. This ensures that the data in the clipboard can be rendered even though the application has been destroyed.