Does anyone have any information on using Tcom to call a method which has a pointer as input?
My method interface is
Connect(
[in] BSTR Server,
[in] BSTR ModelName,
[in] DATE BeginTime,
[in] DATE EndTime,
[in, optional] Field *fieldPointer
);
And the Tcom call (after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.