ITypeLibVtbl class final

Inheritance

Constructors

ITypeLibVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<ITypeLib> This)>>
getter/setter pair
FindName Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, LPOLESTR szNameBuf, ULONG lHashVal, Pointer<Pointer<ITypeInfo>> ppTInfo, Pointer<MEMBERID> rgMemId, Pointer<USHORT> pcFound)>>
getter/setter pair
GetDocumentation Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, INT index, Pointer<BSTR> pBstrName, Pointer<BSTR> pBstrDocString, Pointer<DWORD> pdwHelpContext, Pointer<BSTR> pBstrHelpFile)>>
getter/setter pair
GetLibAttr Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, Pointer<Pointer<TLIBATTR>> ppTLibAttr)>>
getter/setter pair
GetTypeComp Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, Pointer<Pointer<ITypeComp>> ppTComp)>>
getter/setter pair
GetTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, UINT index, Pointer<Pointer<ITypeInfo>> ppTInfo)>>
getter/setter pair
GetTypeInfoCount Pointer<NativeFunction<UINT Function(Pointer<ITypeLib> This)>>
getter/setter pair
GetTypeInfoOfGuid Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, Pointer<GUID> guid, Pointer<Pointer<ITypeInfo>> ppTinfo)>>
getter/setter pair
GetTypeInfoType Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, UINT index, Pointer<Int32> pTKind)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IsName Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, LPOLESTR szNameBuf, ULONG lHashVal, Pointer<BOOL> pfName)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<ITypeLib> This)>>
getter/setter pair
ReleaseTLibAttr Pointer<NativeFunction<Void Function(Pointer<ITypeLib> This, Pointer<TLIBATTR> pTLibAttr)>>
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