Click to See Complete Forum and Search --> : SAFEARRAY


eric33
November 2nd, 1999, 12:57 AM
I use an automation DLL with methods that wait for a SAFEARRAY * *.
I know this type under C++ and i am sure of the type because i make a wrapper under vc.
Then i know that the SAFEARRAY must contain long elements.

But how could i pass a SAFEARRAY ** under vb ?
And how could i pass a pointer to pointer under vb ?

thanx

Lothar Haensler
November 2nd, 1999, 03:49 AM
may be MSDN article Q199824 has the details for you.
It mentions a VarPtrArray that returns the address of an array.