Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I? DCOM Interface Passing

Status
Not open for further replies.

cmdematos

IS-IT--Management
Mar 7, 2001
29
US
Return an interface from an out-of-process server...

So..
A : ISomeInterface;
B : AnOtherInterface;

A := CoSomeInterface.CreateRemote (OnThisMachine);
B := A.GetAnOtherInterface;

Is this possible? What code goes into GetAnotherInterface to pass a pointer that will have meaning accross processes and machines?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top