IDataObjectVtbl class final

Inheritance

Constructors

IDataObjectVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IDataObject> This)>>
getter/setter pair
DAdvise Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<FORMATETC> pformatetc, DWORD advf, Pointer<IAdviseSink> pAdvSink, Pointer<DWORD> pdwConnection)>>
getter/setter pair
DUnadvise Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, DWORD dwConnection)>>
getter/setter pair
EnumDAdvise Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<Pointer<IEnumSTATDATA>> ppenumAdvise)>>
getter/setter pair
EnumFormatEtc Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, DWORD dwDirection, Pointer<Pointer<IEnumFORMATETC>> ppenumFormatEtc)>>
getter/setter pair
GetCanonicalFormatEtc Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<FORMATETC> pformatectIn, Pointer<FORMATETC> pformatetcOut)>>
getter/setter pair
GetData Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<FORMATETC> pformatetcIn, Pointer<STGMEDIUM> pmedium)>>
getter/setter pair
GetDataHere Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<FORMATETC> pformatetc, Pointer<STGMEDIUM> pmedium)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryGetData Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<FORMATETC> pformatetc)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IDataObject> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetData Pointer<NativeFunction<HRESULT Function(Pointer<IDataObject> This, Pointer<FORMATETC> pformatetc, Pointer<STGMEDIUM> pmedium, BOOL fRelease)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited