<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic restricted COM interface anyone? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973768#M24601</link>
    <description>I have written a com server which uses assumed array inputs. however VBA (in ms access) givz the following compile error: &lt;BR /&gt;"Function or interface makred as restricted, Or the function uses an automation type not supported in Visual Basic" &lt;BR /&gt; &lt;BR /&gt;Any hints as to wut the heck this means, will be most appreciated. &lt;BR /&gt; &lt;BR /&gt;Tim</description>
    <pubDate>Thu, 15 Nov 2001 03:17:49 GMT</pubDate>
    <dc:creator>rahzan</dc:creator>
    <dc:date>2001-11-15T03:17:49Z</dc:date>
    <item>
      <title>restricted COM interface anyone?</title>
      <link>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973768#M24601</link>
      <description>I have written a com server which uses assumed array inputs. however VBA (in ms access) givz the following compile error: &lt;BR /&gt;"Function or interface makred as restricted, Or the function uses an automation type not supported in Visual Basic" &lt;BR /&gt; &lt;BR /&gt;Any hints as to wut the heck this means, will be most appreciated. &lt;BR /&gt; &lt;BR /&gt;Tim</description>
      <pubDate>Thu, 15 Nov 2001 03:17:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973768#M24601</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2001-11-15T03:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: restricted COM interface anyone?</title>
      <link>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973769#M24602</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It's probably the "automation type" that it is complaining about.  I don't remember about VBA, but I thinlk VB Script requires most arguments to be of type VARIANT.  If that is the problem, you would have to change the data type to be VARIANT and get the SAFEARRAY from the VARIANT and deal with it as a SAFEARRAY.&lt;BR /&gt;&lt;BR /&gt;The other (easier) thing to check is to make sure that the intent of your array argument is INOUT.&lt;BR /&gt;&lt;BR /&gt;Leo</description>
      <pubDate>Thu, 15 Nov 2001 07:55:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973769#M24602</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-11-15T07:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: restricted COM interface anyone?</title>
      <link>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973770#M24603</link>
      <description>Thanks,  &lt;BR /&gt;Methinks, intent=IN did it though why would it even be an allowed option if it fails (perhaps just for VBA??). INOUT works now. &lt;BR /&gt; &lt;BR /&gt;Tim</description>
      <pubDate>Thu, 15 Nov 2001 08:14:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973770#M24603</guid>
      <dc:creator>rahzan</dc:creator>
      <dc:date>2001-11-15T08:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: restricted COM interface anyone?</title>
      <link>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973771#M24604</link>
      <description>It's an option becuse it is only a VB restriction - VC, VF, and maybe other COM clients can handle an intent IN array just fine...&lt;BR /&gt;&lt;BR /&gt;Leo</description>
      <pubDate>Fri, 16 Nov 2001 03:08:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/restricted-COM-interface-anyone/m-p/973771#M24604</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-11-16T03:08:56Z</dc:date>
    </item>
  </channel>
</rss>

