IOleLinkVtbl class final

Inheritance

Constructors

IOleLinkVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IOleLink> This)>>
getter/setter pair
BindIfRunning Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This)>>
getter/setter pair
BindToSource Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, DWORD bindflags, Pointer<IBindCtx> pbc)>>
getter/setter pair
GetBoundSource Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<Pointer<IUnknown>> ppunk)>>
getter/setter pair
GetSourceDisplayName Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<LPOLESTR> ppszDisplayName)>>
getter/setter pair
GetSourceMoniker Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<Pointer<IMoniker>> ppmk)>>
getter/setter pair
GetUpdateOptions Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<DWORD> pdwUpdateOpt)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IOleLink> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetSourceDisplayName Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, LPCOLESTR pszStatusText)>>
getter/setter pair
SetSourceMoniker Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<IMoniker> pmk, Pointer<IID> rclsid)>>
getter/setter pair
SetUpdateOptions Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, DWORD dwUpdateOpt)>>
getter/setter pair
UnbindSource Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This)>>
getter/setter pair
Update Pointer<NativeFunction<HRESULT Function(Pointer<IOleLink> This, Pointer<IBindCtx> pbc)>>
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