Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
[in, optional] pDropTarget
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | shlobj_core.h |