ICreateTypeLibVtbl class final

Inheritance

Constructors

ICreateTypeLibVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<ICreateTypeLib> This)>>
getter/setter pair
CreateTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, LPOLESTR szName, Int32 tkind, Pointer<Pointer<ICreateTypeInfo>> ppCTInfo)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<ICreateTypeLib> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SaveAllChanges Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This)>>
getter/setter pair
SetDocString Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, LPOLESTR szDoc)>>
getter/setter pair
SetGuid Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, Pointer<GUID> guid)>>
getter/setter pair
SetHelpContext Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, DWORD dwHelpContext)>>
getter/setter pair
SetHelpFileName Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, LPOLESTR szHelpFileName)>>
getter/setter pair
SetLcid Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, LCID lcid)>>
getter/setter pair
SetLibFlags Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, UINT uLibFlags)>>
getter/setter pair
SetName Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, LPOLESTR szName)>>
getter/setter pair
SetVersion Pointer<NativeFunction<HRESULT Function(Pointer<ICreateTypeLib> This, WORD wMajorVerNum, WORD wMinorVerNum)>>
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