IDispatch* to COMPtr

Thomas Max <[email protected]> Mon, 19 Jun 2006 08:05:54 -0400
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
Is there a way to access an IDispatch* (of IHTMLDocument) through JAWIN in
Java.
Description :

I wan't to pass a IDispatch* Pointer (which is pointing to a HTMLDocument of
an embedded Internet Explorer instance in C++) to my Java App.
I successfully created the interface classes for the IHTMLDocument with the
JAWIN-typebrowser and compiled them.

But i don't know how to wrap the IDispatch* on C++ side to an JAWIN ComPtr
on Java Side.

Could anyone help me please ?