ImageList_DragShowNolock

This function shows or hides the image being dragged.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

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.

See Also

ImageList_BeginDrag