Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I know the running exe's processID and it's corresponding ClSID.

Now I want to get the IUNknown interface, And there's more than 1 instances of that exe.

that Make GetActiveObject() is unsuitable.(because it always attach to the first instance).

Any help?
Posted
Comments
cariolihome 16-Aug-13 19:51pm    
Did You tried to call IRunningObjectTable::EnumRunning ?
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms678491(v=vs.85).aspx)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900