CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SAFEARRAY

  1. #1
    Join Date
    May 1999
    Posts
    318

    SAFEARRAY

    I use an automation DLL with methods that wait for a SAFEARRAY * *.
    I know this type under C++ and i am sure of the type because i make a wrapper under vc.
    Then i know that the SAFEARRAY must contain long elements.

    But how could i pass a SAFEARRAY ** under vb ?
    And how could i pass a pointer to pointer under vb ?

    thanx







  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: SAFEARRAY

    may be MSDN article Q199824 has the details for you.
    It mentions a VarPtrArray that returns the address of an array.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured