IDirectManipulationDragDropBehavior::GetStatus method (directmanipulation.h)

Gets the status of the drag-drop interaction for the viewport this behavior is attached to.

Syntax

HRESULT GetStatus(
  [out, retval] DIRECTMANIPULATION_DRAG_DROP_STATUS *status
);

Parameters

[out, retval] status

One of the values from DIRECTMANIPULATION_DRAG_DROP_STATUS.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method returns the drag-drop status at the time of the call and not at the time when the return value is read.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header directmanipulation.h

See also

IDirectManipulationDragDropBehavior