CODDropSource::GiveFeedback

SCODE CODDropSource::GiveFeedback(DROPEFFECT dropEffect)

Provides feedback to the user about the drag and drop operation.

Defined in: OdDropSource.cpp

Return Value

A success code. In this case, it is one of these two values:

NOERROR

This class handled the feedback to the user.

DRAGDROP_S_USEDEFAULTCURSORS

Let Windows handle the feedback.

Parameters

dropEffect

The effect of the drag and drop operation.