Jump to content

WM RENDERALLFMTS

From EDM2
Revision as of 22:44, 13 April 2025 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.