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] [Next]