COM Library
|
This library provides a framework for writing COM servers. It provides the implementations for the basic common interfaces such as IUnknown, IDispatch and IErrorInfo. It also provides functions and macros to register and unregister the interface and coclass GUIDs.
It currently only supports writing Inproc servers.