Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have an interface pointer, and I'd like to call this method, but I'm not sure how to specify the safearray of BSTRs. I'm thinking I need to use the Win32::OLE::Variant with VT_ARRAY|VT_BSTR, but other than that I'm not quite sure. Could someone point me in the right direction? Thanks, Michaelvoid getMemberNames( [out] SAFEARRAY(BSTR)* aNameArray);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE and SAFEARRAYs
by Jenda (Abbot) on Jun 26, 2003 at 19:06 UTC |