This class is defined in UnknownImpl.h and handles most of the details of creating a COM component. Here is an example of how you would use this base class:
class Directory : publicUnknownImpl<IDirectory>
This code defines a class that supports the IDirectory interface.
Related Topics