Jump to content

DM FILERENDERED: Difference between revisions

From EDM2
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..."
 
No edit summary
 
Line 10: Line 10:


==Parameters==
==Parameters==
;rndf ([[PRENDERFILE]]) - Input
;rndf (P[[RENDERFILE]]) - Input
: Pointer to a [[RENDERFILE]] structure.
: Pointer to a [[RENDERFILE]] structure.
;usOperation ([[USHORT]]) - Input
;usOperation ([[USHORT]]) - Input

Latest revision as of 02:37, 21 April 2025

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.