in reply to Re: Perl Win32::API and BSTR
in thread Perl Win32::API

Gee, Thanks!™   That is very useful information about BSTRs.   I was “stumbling around” for just this information, just the other day.   Did I merely overlook it, or does this reply need to be copied into another section where it can be easily found?   (Tutorials?)

Replies are listed 'Best First'.
Re^3: Perl Win32::API
by ikegami (Patriarch) on Mar 01, 2011 at 16:47 UTC

    ok..? Any info you might glean about BSTR from my post is more clearly presented in the first match for "BSTR" on Google.

    I would think the interesting parts of my post are:

    • How to handle output and input-output parameters with Win32::API.
    • How to handle pointers to structures with Win32::API.