COM servers and COM clients

A COM server is an instance of a COM Object acting as an automation server.  This server is subsequently controlled by an application known as a COM client or COM controller.

The client sends commands (requests) to the server and accesses its Properties through the server's Dispatch Interface.  The COM server responds to the requests and processes them accordingly.

 

See Also

COM Programming Introduction
The PowerBASIC COM Browser