I want to retrieve the CSLID of my own dll from within my dll. This CLSID is declared in the .rgs file of my application.
I am creating a lot of the dlls, each with a different CLSID, and it would be important to me that I can easily retrieve it dynamically.
Can anybody please tell me how to do that?
Thank you.