Retrieving Pointer to IOleClientSite
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to enumerate OLE and VB Controls of a other process. I've already found the Microsoft article (Q141414) about how to do this by using the IOLEClientSite Interface. I've already sucessfully "entered" the process using dll injection methods, now I face the problem how to get a pointer to IOLeClientSite without using COleControl::GetClientSite() as described in the mentioned article. Perhaps there is another method to enumerate controls I'm not aware of? Thanks Georg