ImageList_DragShowNolock
This function shows or hides the image being dragged.
BOOL WINAPI ImageList_DragShowNolock(
BOOL fShow
);
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.