WM_RENDERALLFORMATS top-level constant

int const WM_RENDERALLFORMATS

Sent to the clipboard owner before it is destroyed, if the clipboard owner has delayed rendering one or more clipboard formats. For the content of the clipboard to remain available to other applications, the clipboard owner must render data in all the formats it is capable of generating, and place the data on the clipboard by calling the SetClipboardData function.

Implementation

const WM_RENDERALLFORMATS = 0x0306;