ITypeLib2Vtbl class final

Inheritance

Constructors

ITypeLib2Vtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<ITypeLib2> This)>>
getter/setter pair
FindName Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, LPOLESTR szNameBuf, ULONG lHashVal, Pointer<Pointer<ITypeInfo>> ppTInfo, Pointer<MEMBERID> rgMemId, Pointer<USHORT> pcFound)>>
getter/setter pair
GetAllCustData Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<CUSTDATA> pCustData)>>
getter/setter pair
GetCustData Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<GUID> guid, Pointer<VARIANT> pVarVal)>>
getter/setter pair
GetDocumentation Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, INT index, Pointer<BSTR> pBstrName, Pointer<BSTR> pBstrDocString, Pointer<DWORD> pdwHelpContext, Pointer<BSTR> pBstrHelpFile)>>
getter/setter pair
GetDocumentation2 Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, INT index, LCID lcid, Pointer<BSTR> pbstrHelpString, Pointer<DWORD> pdwHelpStringContext, Pointer<BSTR> pbstrHelpStringDll)>>
getter/setter pair
GetLibAttr Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<Pointer<TLIBATTR>> ppTLibAttr)>>
getter/setter pair
GetLibStatistics Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<ULONG> pcUniqueNames, Pointer<ULONG> pcchUniqueNames)>>
getter/setter pair
GetTypeComp Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<Pointer<ITypeComp>> ppTComp)>>
getter/setter pair
GetTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, UINT index, Pointer<Pointer<ITypeInfo>> ppTInfo)>>
getter/setter pair
GetTypeInfoCount Pointer<NativeFunction<UINT Function(Pointer<ITypeLib2> This)>>
getter/setter pair
GetTypeInfoOfGuid Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<GUID> guid, Pointer<Pointer<ITypeInfo>> ppTinfo)>>
getter/setter pair
GetTypeInfoType Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> 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<ITypeLib2> This, LPOLESTR szNameBuf, ULONG lHashVal, Pointer<BOOL> pfName)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<ITypeLib2> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<ITypeLib2> This)>>
getter/setter pair
ReleaseTLibAttr Pointer<NativeFunction<Void Function(Pointer<ITypeLib2> 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