|
-
November 2nd, 1999, 01:57 AM
#1
SAFEARRAY
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
-
November 2nd, 1999, 04:49 AM
#2
Re: SAFEARRAY
may be MSDN article Q199824 has the details for you.
It mentions a VarPtrArray that returns the address of an array.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|