ArcFM Responder Mobile Developer Guide
OLESetData Method (IMMOleDrag)






Syntax
'Declaration
 
Sub OLESetData( _
   ByRef Data As IMMDataObject, _
   ByRef Format As System.Short _
) 
'Usage
 
Dim instance As IMMOleDrag
Dim Data As IMMDataObject
Dim Format As System.Short
 
instance.OLESetData(Data, Format)
void OLESetData( 
   out IMMDataObject Data,
   out System.short Format
)
procedure OLESetData( 
   Out  Data: IMMDataObject;
   Out  Format: System.Int16
); 
function OLESetData( 
   Data : IMMDataObject,
   Format : System.short
);
void OLESetData( 
   [PARAMFLAG::Out] IMMDataObject* Data,
   [PARAMFLAG::Out] System.short Format
) 
void OLESetData( 
   [Out] IMMDataObject^ Data,
   [Out] System.short Format
) 

Parameters

Data
Format
Requirements

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

See Also

Reference

IMMOleDrag Interface
IMMOleDrag Members

Send Feedback