COM Programming Summary

Summary

A useable COM Object comprises a Dispatch Interface whose member Methods and Properties can be accessed by a COM client.  An Object's Dispatch Interface is uniquely identifiable by its PROGID and CLSIDCOM initialization must be considered carefully when creating multi-threaded applications and DLLs that use COM in secondary threads.

Bibliography

For more reading on COM theory and programming, the following publications may be of some assistance.

 

See Also

COM Programming Introduction