Miner.Interop Namespace > IMMOleDragAssist Interface : OLEGiveFeedBack Method |
'Declaration
Sub OLEGiveFeedBack( _ ByRef Effect As System.Integer, _ ByRef DefaultCursors As System.Boolean _ )
'Usage
Dim instance As IMMOleDragAssist Dim Effect As System.Integer Dim DefaultCursors As System.Boolean instance.OLEGiveFeedBack(Effect, DefaultCursors)
void OLEGiveFeedBack( out System.int Effect, out System.bool DefaultCursors )
procedure OLEGiveFeedBack( Out Effect: System.Integer; Out DefaultCursors: System.Boolean );
function OLEGiveFeedBack( Effect : System.int, DefaultCursors : System.boolean );
void OLEGiveFeedBack( [PARAMFLAG::Out] System.int Effect, [PARAMFLAG::Out] System.bool DefaultCursors )
void OLEGiveFeedBack( [Out] System.int Effect, [Out] System.bool DefaultCursors )
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