> -----Original Message-----
> From: BeginThread.com MSVC List [mailto:[EMAIL PROTECTED]]On Behalf
> Of Dee Holtsclaw
> Sent: 11 September 2003 18:15
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [msvc] Automation, IDispatch, Class Explosing The Interface
>
>
> Easy. Obtain the interface containing the 'get__This' function via
> QueryInterface, etc. then call that method directly like so: (Note that
> 'propget' prepends "get_" -- there are 2 underscores, not one)
>
> class MyRealObject* pRealObject;
> hr = pInterface->get__This(reinterpret_cast<long*>(&pRealObject));
Ahhhh, now it's making more sense. I'll try it at some point - thanks!
--
Jason Teagle
[EMAIL PROTECTED]
