Getting notified about new COM server registration
- by hmemcpy
I'm trying to find a way to identify a newly registered or unregistered (via regsvr32) COM servers, which are added to the registry (CLSID). Is there any callback function I can use?
I don't really want to poll the registry...