The ILocalOwner interface allows to register local objects (created without COM calls, but with new()). More...
Public Member Functions | |
void | setLocalObject (in $unknown object) |
Set local object. |
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.
{308FF42A-DC45-49D4-A950-B1EEE5E00BB5}
void ILocalOwner::setLocalObject | ( | in $unknown | object | ) |
Set local object.
object | Local object to forward requests to. If null, clears currently set local object. |