WM_RENDERFORMAT top-level constant

int const WM_RENDERFORMAT

Sent to the clipboard owner if it has delayed rendering a specific clipboard format and if an application has requested data in that format. The clipboard owner must render data in the specified format and place it on the clipboard by calling the SetClipboardData function.

Implementation

const WM_RENDERFORMAT = 0x0305;