Class IDataObject
java.lang.Object
org.eclipse.swt.internal.ole.win32.IUnknown
org.eclipse.swt.internal.ole.win32.IDataObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
EnumFormatEtc
(int dwDirection, int[] ppenumFormatetc) int
int
GetDataHere
(FORMATETC pFormatetc, STGMEDIUM pmedium) int
QueryGetData
(FORMATETC pFormatetc) int
Methods inherited from class org.eclipse.swt.internal.ole.win32.IUnknown
AddRef, getAddress, QueryInterface, Release
-
Constructor Details
-
IDataObject
public IDataObject(int address)
-
-
Method Details
-
EnumFormatEtc
public int EnumFormatEtc(int dwDirection, int[] ppenumFormatetc) -
GetData
-
GetDataHere
-
QueryGetData
-
SetData
-