IShellFolderView::IsBkDropTarget method
[IsBkDropTarget is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Checks if the target of a drag-and-drop operation is the background of the view.
Syntax
HRESULT IsBkDropTarget(
[in, optional] IDropTarget *pDropTarget
);
Parameters
- pDropTarget [in, optional]
-
Type: IDropTarget*
A pointer to the target of the drag-and-drop operation.
Return value
Type: HRESULT
Returns S_OK if the target of the drag-and-drop operation is to the background of the view, S_FALSE otherwise.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
End of client support | Windows Vista |
|
End of server support | Windows Server 2008 |
Send comments about this topic to Microsoft
Build date: 11/28/2012
