IRunningObjectTable class com Interface
Manages access to the running object table (ROT), a globally accessible look-up table on each workstation. A workstation's ROT keeps track of those objects that can be identified by a moniker and that are currently running on the workstation. When a client tries to bind a moniker to an object, the moniker checks the ROT to see if the object is already running; this allows the moniker to bind to the current instance instead of loading a new one.
Constructors
-
IRunningObjectTable(Pointer<
COMObject> ptr) - IRunningObjectTable.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
enumRunning(
Pointer< Pointer< COMObject>> ppenumMoniker) → int -
getObject(
Pointer< COMObject> pmkObjectName, Pointer< Pointer< COMObject>> ppunkObject) → int -
getTimeOfLastChange(
Pointer< COMObject> pmkObjectName, Pointer< FILETIME> pfiletime) → int -
isRunning(
Pointer< COMObject> pmkObjectName) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
noteChangeTime(
int dwRegister, Pointer< FILETIME> pfiletime) → int -
queryInterface(
Pointer< GUID> riid, Pointer< Pointer< NativeType>> ppvObject) → int -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
register(
int grfFlags, Pointer< COMObject> punkObject, Pointer< COMObject> pmkObjectName, Pointer< Uint32> pdwRegister) → int -
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
revoke(
int dwRegister) → int -
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited