WM RENDERALLFMTS
Appearance
This message is sent to the application that owns the clipboard while the application is being destroyed.
Syntax
param1 ULONG ulReserved; /* Reserved value, should be 0. */ param2 ULONG ulReserved; /* Reserved value, should be 0. */
Parameters
- ulReserved (ULONG) - Input
- Reserved value, should be 0.
- ulReserved (ULONG) - Input
- Reserved value, should be 0.
Returns
- ulReserved (ULONG) - returns
- Reserved value, should be 0.
Remarks
The application renders the clipboard data in all formats it is capable of generating and passes a handle to each format to WinSetClipbrdData. This ensures that the data in the clipboard can be rendered even though the application has been destroyed.
Default Processing
None.