On Fri, 22 Nov 2002 10:37:52 -0500, "Jon Vinson" <[EMAIL PROTECTED]>
wrote:

>Figured it out.  Answer:   Variant(VT_VARIANT | VT_BYREF, Variant(VT_EMPTY))
>
>(Good grief!)

Yes.  But then, passing arguments by reference is rarely done in OLE
Automation.  Anyways, I've added a "shortcut" (for some value of "short")
for the expression above to Win32::OLE in ActivePerl 634/803:

    Variant(VT_VARIANT | VT_BYREF);

Still quite a mouthful though...
Cheers,
-Jan
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to