| Miner.Interop Namespace > IMMOleDragAssist Interface : OLEStartDrag Method | 
'DeclarationFunction OLEStartDrag( _ ByVal pMMSelection As IMMTreeViewSelection, _ ByRef DataObject As IMMDataObject, _ ByRef AllowedEffects As System.Integer _ ) As System.Boolean
'UsageDim instance As IMMOleDragAssist Dim pMMSelection As IMMTreeViewSelection Dim DataObject As IMMDataObject Dim AllowedEffects As System.Integer Dim value As System.Boolean value = instance.OLEStartDrag(pMMSelection, DataObject, AllowedEffects)
System.bool OLEStartDrag( IMMTreeViewSelection pMMSelection, out IMMDataObject DataObject, out System.int AllowedEffects )
function OLEStartDrag( 
    pMMSelection: IMMTreeViewSelection;
   Out  DataObject: IMMDataObject;
   Out  AllowedEffects: System.Integer
): System.Boolean; 
            function OLEStartDrag( pMMSelection : IMMTreeViewSelection, DataObject : IMMDataObject, AllowedEffects : System.int ) : System.boolean;
System.bool OLEStartDrag( IMMTreeViewSelection* pMMSelection, [PARAMFLAG::Out] IMMDataObject* DataObject, [PARAMFLAG::Out] System.int AllowedEffects )
System.bool OLEStartDrag( IMMTreeViewSelection^ pMMSelection, [Out] IMMDataObject^ DataObject, [Out] System.int AllowedEffects )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2