safearray
ATL C++ memory leak with safearray of ccomobjects
I find myself in need of help. Now, I\'m not all that unfamiliar with C++, but combining it with ATL provides a whole new level of confusion. Anyways, my problem: I (finally) managed to return an arra[详细]
2023-04-13 07:03 分类:问答Accessing a SafeArray of Variants with JNI
I have a VB6 ActiveX DLL with functions that return a Variant. The Variant contains an array of node Variants, each of which contains a string Name and two data arrays (string and double). I am attemp[详细]
2023-04-03 02:49 分类:问答How to pass a custom struct into a _variant_t in C++ (non-CLI)?
I\'m trying to pass a struct e. g.: struct SVec3 { public: float X; float Y; float Z; }; into a _variant_t, to store it in an SAFEARRAY. My approach for that is first creating an instance:[详细]
2023-03-25 05:07 分类:问答COM SAFEARRAY of GUID's returned from C++ to C#
I\'m currently running into an issue of needing开发者_Go百科 to pass a SAFEARRAY(GUID) as a return value from C++ to C#.[详细]
2023-03-23 12:26 分类:问答Release SAFEARRAY from c++ DLL and c#
I have a c++ function that gets data and I called it from c#. The function gets a pointer to SAFEARRAY and poplate it with strings (using SysAllocString)[详细]
2023-03-20 15:32 分类:问答How to create a SAFEARRAY in Windows JScript?
I want to create a SAFEARRAY of type byte in Windows JScript. Can you give me some example code or p开发者_JS百科oint me in the right direction?Hacky but stripting.dictionary::items is returned as a s[详细]
2023-03-04 14:50 分类:问答How can I delete a SAFEARRAY returned from a .NET function in native code?
I\'m hosting a .NET library in my C++ program using the following methods, though not an exhaustive list:[详细]
2023-02-17 12:52 分类:问答How can I marshall between XLOPER and VARIANT? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-31 17:17 分类:问答.Net Compact Framework - Calling ActiveX Object that uses [out] SAFEARRAY(float) *
In the Compact Framework 3.5, I am attempting to call an ActiveX object that has an IDL function signature:[详细]
2023-01-22 17:56 分类:问答can safearrays be passed across process boundaries through com objects?
can safearrays be passed across process boundarie开发者_运维知识库s through com objects ? As long as you registered the marshaller for the interface, yeah, no problem.The std marshaller can do it.[详细]
2023-01-19 22:37 分类:问答