{"id":4544,"date":"2014-03-30T13:27:46","date_gmt":"2014-03-30T13:27:46","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/sending-large-data-over-com-interface-collection-of-common-programming-errors\/"},"modified":"2014-03-30T13:27:46","modified_gmt":"2014-03-30T13:27:46","slug":"sending-large-data-over-com-interface-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/sending-large-data-over-com-interface-collection-of-common-programming-errors\/","title":{"rendered":"Sending large data over COM interface-Collection of common programming errors"},"content":{"rendered":"<p>Hashes aren&#8217;t supported over COM, but SAFEARRAYs are. Safearrays can be nested, so you could pass an array of 2-element arrays.<\/p>\n<p>While Objects per se can&#8217;t be passed across COM, interfaces can be. (COM is language neutral; passing a C++ object to a C# or Perl runtime isn&#8217;t going to work. COM interfaces have a common implementation across languages, and so can be passed around.) Safearrays support arrays of interfaces, as well.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hashes aren&#8217;t supported over COM, but SAFEARRAYs are. Safearrays can be nested, so you could pass an array of 2-element arrays. While Objects per se can&#8217;t be passed across COM, interfaces can be. (COM is language neutral; passing a C++ object to a C# or Perl runtime isn&#8217;t going to work. COM interfaces have a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4544","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4544"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4544\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}