IBindStatusCallbackVtbl class final

Inheritance

Constructors

IBindStatusCallbackVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IBindStatusCallback> This)>>
getter/setter pair
GetBindInfo Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, Pointer<DWORD> grfBINDF, Pointer<BINDINFO> pbindinfo)>>
getter/setter pair
GetPriority Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, Pointer<LONG> pnPriority)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
OnDataAvailable Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, DWORD grfBSCF, DWORD dwSize, Pointer<FORMATETC> pformatetc, Pointer<STGMEDIUM> pstgmed)>>
getter/setter pair
OnLowResource Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, DWORD reserved)>>
getter/setter pair
OnObjectAvailable Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, Pointer<IID> riid, Pointer<IUnknown> punk)>>
getter/setter pair
OnProgress Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, ULONG ulProgress, ULONG ulProgressMax, ULONG ulStatusCode, LPCWSTR szStatusText)>>
getter/setter pair
OnStartBinding Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, DWORD dwReserved, Pointer<IBinding> pib)>>
getter/setter pair
OnStopBinding Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, HRESULT hresult, LPCWSTR szError)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IBindStatusCallback> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IBindStatusCallback> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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