VC++ ATL/COM - Step 3.3 Adding a COM Interface - Support
3.3 Support
ISupportErrorInfo is used to exchange the error information between the component and clients
Connection points allows the clients to be notified for any events fired from the server alternatively the clients can call back the server components.
Click here to download the complete source code of COM DLL Server, C++ Client and CSharp Client
|