Jump to content

DM FILERENDERED

From EDM2
Revision as of 02:36, 21 April 2025 by Martini (talk | contribs) (Created page with "This message is sent to the window handling the drag conversation for the caller of DrgDragFiles. ==Syntax== <PRE> param1 PRENDERFILE rndf; Pointer to a RENDERFILE structure.: param2 USHORT usOperation; Flags.: </PRE> ==Parameters== ;rndf (PRENDERFILE) - Input : Pointer to a RENDERFILE structure. ;usOperation (USHORT) - Input : Flags: ::TRUE: Operation succeeded. ::FALSE: Operation failed. ==Returns== ;ulReserved (ULONG) - returns...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is sent to the window handling the drag conversation for the caller of DrgDragFiles.

Syntax

param1
PRENDERFILE rndf;      /* Pointer to a RENDERFILE structure. */

param2
USHORT usOperation;    /* Flags. */

Parameters

rndf (PRENDERFILE) - Input
Pointer to a RENDERFILE structure.
usOperation (USHORT) - Input
Flags:
TRUE: Operation succeeded.
FALSE: Operation failed.

Returns

ulReserved (ULONG) - returns
Reserved value, should be 0.

Remarks

This message is sent when the rendering (moving or copying) of a file is complete. The handle of this window is the hwndDragFiles field of the RENDERFILE structure sent on DM_RENDERFILE.

Default Processing

The WinDefWindowProc function does not expect to receive this message and takes no action other than to return 0.