Prev Next

ImageList_DragShowNolock info  Overview  Group

The ImageList_DragShowNolock function shows or hides the image being dragged.

BOOL ImageList_DragShowNolock(

    BOOL fShow

   );

Parameters

fShow
Value specifying whether to show or hide the image being dragged. Specify TRUE to show the image, FALSE to hide the image.

Return Values

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.