Jim has asked for the wisdom of the Perl Monks concerning the following question:
I don't have access to the source code of the DLL or any documentation. I only know it looks like this in the Win32::OLE Browser that comes with ActivePerl:
The function prototype looks like this:Library: Foo Class: Bar Function: vntFooBar
I know the function returns a variant array because its developer told me so, and because its named with the prefix 'vnt'. I just don't know what a variant array is, exactly.Function vntFooBar(strFoo As String, strBar As String, lngBaz As Long)
Thanks!
Jim
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting a Variant Array From a Win32 DLL Function
by weismat (Friar) on Oct 29, 2007 at 06:05 UTC | |
by Jim (Curate) on Oct 29, 2007 at 19:32 UTC |