Jump to content

DM EMPHASIZETARGET

From EDM2
Revision as of 02:32, 21 April 2025 by Martini (talk | contribs) (Created page with "This message is sent to the caller of DrgAcceptDroppedFiles to inform it to either apply or remove target emphasis from itself. ==Syntax== <PRE> param1 SHORT sx; X-coordinate.: SHORT sy; Y-coordinate.: usparam2 USHORT usEmphasis; Flags.: </PRE> ==Parameters== ;sx (SHORT) - Input : X-coordinate of the pointing device pointer in window coordinates. ;sy (SHORT) - Input : Y-coordinate of the pointing device pointer in window coordinat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is sent to the caller of DrgAcceptDroppedFiles to inform it to either apply or remove target emphasis from itself.

Syntax

param1
SHORT sx;       /* X-coordinate. */
SHORT sy;       /* Y-coordinate. */

usparam2
USHORT usEmphasis; /* Flags. */

Parameters

sx (SHORT) - Input
X-coordinate of the pointing device pointer in window coordinates.
sy (SHORT) - Input
Y-coordinate of the pointing device pointer in window coordinates.
usEmphasis (USHORT) - Input
Flags:
TRUE: Apply emphasis.
FALSE: Remove emphasis.

Returns

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

Default Processing

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