-
Arguments Passed to C++ method from VB
I'm calling the HTML Help API method that in C++
wants the pointer to a structure. I now have the structure
defined in VB but what do I pass to the method since
I don't obviously have a pointer in VB?
Thanks,
Ryan
-
Re: Arguments Passed to C++ method from VB
Hi Ryan --
> I'm calling the HTML Help API method that in C++
> wants the pointer to a structure. I now have the structure
> defined in VB but what do I pass to the method since
> I don't obviously have a pointer in VB?
Obviously? Surely you jest. <g> That's *exactly* what's passed when you pass a
structure to an API. Just pass it byref, defined either explicitly or As Any. No
problem.
Later... Karl
--
http://www.mvps.org/vb
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|