DM EMPHASIZETARGET
Appearance
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.