Public Member Functions

ILocalOwner Interface Reference

The ILocalOwner interface allows to register local objects (created without COM calls, but with new()). More...

List of all members.

Public Member Functions

void setLocalObject (in $unknown object)
 Set local object.

Detailed Description

The ILocalOwner interface allows to register local objects (created without COM calls, but with new()).

Once registered, calls to methods of such objects can be made from remote COM processes. The main usecase is the event callback implementation where API clients provide callback objects.

Interface ID:
{308FF42A-DC45-49D4-A950-B1EEE5E00BB5}

Member Function Documentation

void ILocalOwner::setLocalObject ( in $unknown  object  ) 

Set local object.

Parameters:
object Local object to forward requests to. If null, clears currently set local object.