Getting objects in ROT
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
http://www.alexfedotov.com/samples/enumrot.asp I can enumerate objects in ROT using the code in the link. How can I get objects exposed by these running objects ? Will I use IMoniker::BindToObject for the rest ? Regards...
-
http://www.alexfedotov.com/samples/enumrot.asp I can enumerate objects in ROT using the code in the link. How can I get objects exposed by these running objects ? Will I use IMoniker::BindToObject for the rest ? Regards...
It would help if I knew what you're trying to achieve but yes, generally you'd call
BindToObject
. In other scenarios you'd callBindToStorage
.Steve
modified on Thursday, December 20, 2007 9:33:44 PM