I created an COM dll and registered it into the registry. But how can i find the clsid for this registered COM dll in registry. because when i opened the registry in the path HKEY_CLASSES_ROOT\Wow6432Node\CLSID, many entries are there. Can you please provide the way to find the way to locate the clsid for my registered dll?
Share
DLL might host zero or more coclasses (
CLSIDs). Do a reverse search, and search DLL path or name underHKEY_CLASSES_ROOTand you will find zero or more items like this:And you would read it like this:
Wow6432Node){1C15D484-911D-11D2-B632-00C04F79498E}InprocServer32)C:\Windows\SysWOW64\msvidctl.dll