WM_RENDERALLFORMATS

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

Parameters

wParam

This parameter is not used.

lParam

This parameter 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.

See Also

SetClipboardData