Retrieve CLSID of Registered Object
Most people will probably never need to know the clsid's of their components, but sometimes you do. Although manually searching the registry isn't that difficult, it can get to be irritating when your working on a dll and the clsid changes everytime you recompile it. That's pretty much what this is for. You can just get the id easily everytime you need to. For ease of use, an inf file is included that will install a menu item in the shell context menu. (Only visible for dll, ocx, exe.) To install the inf you have to compile the exe first. It will copy the exe to the windows directory and be run from there. Meaning, if you install it and make changes to the code, you will have to copy the exe to the windows directory for changes to be effective. It is easily uninstalled from the add / remove software applet.
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload