IErrorInfoVtbl class final

Inheritance

Constructors

IErrorInfoVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IErrorInfo> This)>>
getter/setter pair
GetDescription Pointer<NativeFunction<HRESULT Function(Pointer<IErrorInfo> This, Pointer<BSTR> pBstrDescription)>>
getter/setter pair
GetGUID Pointer<NativeFunction<HRESULT Function(Pointer<IErrorInfo> This, Pointer<GUID> pGUID)>>
getter/setter pair
GetHelpContext Pointer<NativeFunction<HRESULT Function(Pointer<IErrorInfo> This, Pointer<DWORD> pdwHelpContext)>>
getter/setter pair
GetHelpFile Pointer<NativeFunction<HRESULT Function(Pointer<IErrorInfo> This, Pointer<BSTR> pBstrHelpFile)>>
getter/setter pair
GetSource Pointer<NativeFunction<HRESULT Function(Pointer<IErrorInfo> This, Pointer<BSTR> pBstrSource)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IErrorInfo> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IErrorInfo> 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