All COM that expose a specific interface
-
Hello there, Does anyone know how I can search for all registered COM objects that expose some specific (defined by me) interface?
-
Hello there, Does anyone know how I can search for all registered COM objects that expose some specific (defined by me) interface?
hi frnd :) One can search a component installed on a particular machine based on the CATID i.e category ID in which it falls. there are two interfaces ICatInformation using methods of which you can enumerate all the component of a CATID. and ICatRegister interface which provides methods for registering and unregistering component category information in the Registry. have look on these interfaces in your MSDN , u might find your solution. Abhishek Srivastava Software Engg (VC++) India ,Noida Mobile no 9891492921 :)