IShellFolderView::GetDropPoint method (shlobj_core.h)
[This method is available through Windows Vista. It might be altered or unavailable in subsequent versions of Windows.]
Gets the point at which the current drag-and-drop operation was terminated.
Syntax
HRESULT GetDropPoint(
[out] POINT *ppt
);
Parameters
[out] ppt
Type: POINT*
A pointer to a structure that, when this method returns successfully, receives the coordinates at which the current drag-and-drop operation was terminated.
Return value
Type: HRESULT
Returns S_OK if successful, S_FALSE if the view does not have a drop point, or an error value 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 |