VARIANT array out params
Daniel Graham <[email protected]> Thu, 11 Aug 2005 09:14:38 -0400
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi all, I've a dispatch interface with a Variant array out parameter. I can't see a way to specify that I simply want a single double out of the array list .. The parameter on the generated stub is : Variant[] Results, which, clearly, is an out param .. but potentially an array of them. I've trawled the archives for this, but not found an answer. Regards, Danny.