ImageList_DragLeave  4CC9YS7 

The ImageList_DragLeave function unlocks the specified window and hides the drag image, allowing the window to be updated.

BOOL ImageList_DragLeave(

    HWND hwndLock

 

   );

 

 

Parameters

hwndLock

Handle to the window that owns the drag image.

 

Return Values

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.