View Single Post

  #2 (permalink)  
Old 04-07-2004
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
IDispatch

I have the same question:

Through the message handler I get an IDispatch pNewSelection
How can I get, let's say the Location object out of pNewSelection?
How do I have to configure and call the following:

pNewSelection->GetIDsOfNames(......??......)

pNewSelection->Invoke(.....??.....)

CLocation myLoc = ??

Regards,
Ben
Reply With Quote