Software & Finance





VC++ ATL/COM - Functions exposed by COM DLL as a regular DLL





 

Many people might think how the COM works especially on query interface. The first step what you have to understand is COM DLL is also a regular DLL that exposes the following 4 methods by default:

DllCanUnloadNow
DllGetClassObject
DllRegisterServer
DllUnregisterServer