Jump to content

DM FILERENDERED

From EDM2

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.