Does anyone know how to create a SAFEARRAY in C++ to house an array of user defined structs?
From stackoverflow
-
Here is the information on passing the UDTs using safe array http://msdn.microsoft.com/en-us/library/ms221453.aspx
-
See the "mvps.org" site: http://vcfaq.mvps.org/com/4.htm, this will probably be much more readable than any MSDN documentation.
0 comments:
Post a Comment