ICreateErrorInfoVtbl class final

Inheritance

Constructors

ICreateErrorInfoVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<ICreateErrorInfo> This)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<ICreateErrorInfo> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<ICreateErrorInfo> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetDescription Pointer<NativeFunction<HRESULT Function(Pointer<ICreateErrorInfo> This, LPOLESTR szDescription)>>
getter/setter pair
SetGUID Pointer<NativeFunction<HRESULT Function(Pointer<ICreateErrorInfo> This, Pointer<GUID> rguid)>>
getter/setter pair
SetHelpContext Pointer<NativeFunction<HRESULT Function(Pointer<ICreateErrorInfo> This, DWORD dwHelpContext)>>
getter/setter pair
SetHelpFile Pointer<NativeFunction<HRESULT Function(Pointer<ICreateErrorInfo> This, LPOLESTR szHelpFile)>>
getter/setter pair
SetSource Pointer<NativeFunction<HRESULT Function(Pointer<ICreateErrorInfo> This, LPOLESTR szSource)>>
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