◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINCLIPBOARD WM_RENDERALLFMTS The WM_RENDERALLFMTS message is sent to the clipboard owner when the owner application is being destroyed. The owner should render all formats that it is capable of generating and pass a handle or selector for each format to the clipboard by calling the WinSetClipbrdData function. This ensures that the clipboard contains valid data even though the application that rendered the data is destroyed. This message does not have any parameters. Return Value An application should return zero if it processes this message. See Also WinSetClipbrdData, WM_RENDERFMT ♦