ITypeLibRegistrationVtbl class final

Inheritance

Constructors

ITypeLibRegistrationVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<ITypeLibRegistration> This)>>
getter/setter pair
GetDisplayName Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<BSTR> pDisplayName)>>
getter/setter pair
GetFlags Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<DWORD> pFlags)>>
getter/setter pair
GetGuid Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<GUID> pGuid)>>
getter/setter pair
GetHelpDir Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<BSTR> pHelpDir)>>
getter/setter pair
GetLcid Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<LCID> pLcid)>>
getter/setter pair
GetVersion Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<BSTR> pVersion)>>
getter/setter pair
GetWin32Path Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<BSTR> pWin32Path)>>
getter/setter pair
GetWin64Path Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<BSTR> pWin64Path)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLibRegistration> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<ITypeLibRegistration> 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