WM RENDERALLFMTS: Difference between revisions
Appearance
Created page with "This message is sent to the application that owns the clipboard while the application is being destroyed. ==Syntax== <PRE> param1 ULONG ulReserved; →Reserved value, should be 0.: param2 ULONG ulReserved; →Reserved value, should be 0.: </PRE> ==Parameters== ;ulReserved (ULONG) - Input : Reserved value, should be 0. ;ulReserved (ULONG) - Input : Reserved value, should be 0. ==Returns== ;ulReserved (ULONG) - returns : Reserved value, sho..." |
(No difference)
|
Latest revision as of 22:44, 13 April 2025
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.