COM – Creating a COM Component using C++ – IUnknown interface definition
This is a series of articles explaining creating a COM component using C++. In our previous article, we defined an interface IHello and compiled the IDL file using Microsoft’s MIDL compiler. Now we are going to define a COM Component using C++. Remember that all the interfaces defined in an IDL file must be implemented. […]