IRunningObjectTableVtbl class final

Inheritance

Constructors

IRunningObjectTableVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IRunningObjectTable> This)>>
getter/setter pair
EnumRunning Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, Pointer<Pointer<IEnumMoniker>> ppenumMoniker)>>
getter/setter pair
GetObjectA Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, Pointer<IMoniker> pmkObjectName, Pointer<Pointer<IUnknown>> ppunkObject)>>
getter/setter pair
GetTimeOfLastChange Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, Pointer<IMoniker> pmkObjectName, Pointer<FILETIME> pfiletime)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IsRunning Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, Pointer<IMoniker> pmkObjectName)>>
getter/setter pair
NoteChangeTime Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, DWORD dwRegister, Pointer<FILETIME> pfiletime)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Register Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, DWORD grfFlags, Pointer<IUnknown> punkObject, Pointer<IMoniker> pmkObjectName, Pointer<DWORD> pdwRegister)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IRunningObjectTable> This)>>
getter/setter pair
Revoke Pointer<NativeFunction<HRESULT Function(Pointer<IRunningObjectTable> This, DWORD dwRegister)>>
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