Share via


ImageList_DragShowNolock (Windows CE 5.0)

Send Feedback

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

ImageList_BeginDrag

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.