CN_DROP - Syntax

The container control sends a WM_CONTROL (in Container Controls) message with the CN_DROP notification code to its owner when the container receives a DM_DROP message.

param1
     USHORT        id            /*  Container control ID. */
     USHORT        CN_DROP       /*  Notification code. */

param2
     PCNRDRAGINFO  pCnrDragInfo  /*  Pointer to a CNRDRAGINFO structure. */


[Back: CN_DROP - Parameters]
[Next: CN_DROP - Remarks]