or Enumerating All Modules For dllhost.exe, check if the COM DLL is loaded
To determine which processes have loaded a particular DLL, you must enumerate the modules for each process. The following sample code uses the EnumProcessModules function to enumerate the modules of current processes in the system.