ImageList_DragLeave function
Unlocks the specified window and hides the drag image, allowing the window to be updated.
Syntax
BOOL ImageList_DragLeave( HWND hwndLock );
Parameters
- hwndLock
-
Type: HWND
A handle to the window that owns the drag image.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: