In-bound calls are coming from client and goes to server. Client calls interface functions and these are in-bound calls and the interface is called in-bound interface. ISendMessage, IUnknown, IConnectionPointContainer, IConnectionPoint, are all inbound interfaces to the server in the below server.

Inbound and outbound interface of COMserver

Out-bound calls are made by server to the client. It is the call which goes opposite side and often known as events and callbacks. Server uses out-bound interface or a sink interface to call these events and callbacks. In the above server IReceiveMessage is an outbound interface or sink interface. Server can send back messages to the client by this interface.

About our authors: Team EQA

You have viewed 1 page out of 67. Your COM/DCOM learning is 0.00% complete. Login to check your learning progress.

#