Why is the Windows API not exposed through COM?
Advertisements I understand that the basic problem COM solves is the issue with binary compatibility of software libraries. That is why a lot of (low level) windows services are exposed through the COM system. But why is the Windows API itself not exposed through COM? It seems that the DLLs implementing the Windows API have… Read More Why is the Windows API not exposed through COM?