ImageList_DragShowNolock (Windows CE 5.0)
This function shows or hides the image being dragged.
BOOLWINAPIImageList_DragShowNolock(BOOLfShow );
Parameters
- fShow
[in] Boolean that specifies whether to show or hide the image being dragged. Specify TRUE to show the image or FALSE to hide the image.
Return Values
Nonzero indicates success. Zero indicates failure.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
See Also
Send Feedback on this topic to the authors