DAD_ShowDragImage function (shlobj_core.h)

[DAD_ShowDragImage is available in Windows 2000 and Windows XP. It might be altered or unavailable in subsequent versions. Use ImageList_DragShowNolock instead. ]

Shows or hides the image being dragged.

Syntax

BOOL DAD_ShowDragImage(
  BOOL fShow
);

Parameters

fShow

Type: BOOL

A value that specifies whether to show or hide the image being dragged.

FALSE

Hides the image.

TRUE

Shows the image.

Return value

Type: BOOL

Returns nonzero if successful, or zero otherwise.

Remarks

This function works on locked windows. It does not work on layered windows.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shlobj_core.h (include Shlobj.h)
Library Shell32.lib
DLL Shell32.dll (version 5.00 or later)