Help Center

OLEStartDragfunction

Fired after an OLE drag operation is started.

Windowsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION OLEStartDrag (BYVAL pData AS Afx_IVBDataObject PTR PTR, BYVAL AllowedEffects AS LONG PTR) AS HRESULT

Parameters

NameDescription
pDataAn object containing formats that the source will provide. You may provide the values for this parameter in this event.
AllowedEffectsAn integer containing the effects that the source component supports. The possible values are:

Description

Fired after an OLE drag operation is started.

Reference