Getting notified about new COM server registration

Posted by hmemcpy on Stack Overflow See other posts from Stack Overflow or by hmemcpy
Published on 2010-05-10T13:26:58Z Indexed on 2010/05/10 13:34 UTC
Read the original article Hit count: 373

Filed under:
|
|
|

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...

© Stack Overflow or respective owner

Related posts about com

Related posts about regsvr32