| 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 |