<?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 Re: Nested COM objects in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Nested-COM-objects/m-p/970177#M23720</link>
    <description>&amp;gt; I get this impression that there is no shortcut method of drilling down through a COM object tree, am I correct? &lt;BR /&gt;&lt;BR /&gt;Yes, Dan, you are correct.&lt;BR /&gt;&lt;BR /&gt;Leo</description>
    <pubDate>Fri, 26 Oct 2001 22:38:08 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-10-26T22:38:08Z</dc:date>
    <item>
      <title>Nested COM objects</title>
      <link>https://community.intel.com/t5/Software-Archive/Nested-COM-objects/m-p/970176#M23719</link>
      <description>I get this impression that there is no shortcut method of drilling down through a COM object tree, am I correct? Do I have to first retrieve the object pointer for each sub-object then use that pointer to get the properties and methods of the sub-object?  &lt;BR /&gt;  &lt;BR /&gt;e.g. in VB you'd do:  &lt;BR /&gt;  &lt;BR /&gt;TopObject.Collection(1).SubObject.Name  &lt;BR /&gt;  &lt;BR /&gt;in C++:  &lt;BR /&gt;  &lt;BR /&gt;TopObject-&amp;gt;Collection(1)-&amp;gt;SubObject-&amp;gt;Name  &lt;BR /&gt;  &lt;BR /&gt;in FORTRAN must I do (pseudo-code):  &lt;BR /&gt;  &lt;BR /&gt;pntrOne = TopObject (CreateCOMObjectBY...) &lt;BR /&gt;pntrTwo = TopObject_GetCollection (pntrOne)  &lt;BR /&gt;pntrThree = Collection_GetSubObject(pntrTwo, 1)  &lt;BR /&gt;name_var = SubObject_GetName(pntrThree, Name)</description>
      <pubDate>Fri, 19 Oct 2001 22:15:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Nested-COM-objects/m-p/970176#M23719</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-10-19T22:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Nested COM objects</title>
      <link>https://community.intel.com/t5/Software-Archive/Nested-COM-objects/m-p/970177#M23720</link>
      <description>&amp;gt; I get this impression that there is no shortcut method of drilling down through a COM object tree, am I correct? &lt;BR /&gt;&lt;BR /&gt;Yes, Dan, you are correct.&lt;BR /&gt;&lt;BR /&gt;Leo</description>
      <pubDate>Fri, 26 Oct 2001 22:38:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Nested-COM-objects/m-p/970177#M23720</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-10-26T22:38:08Z</dc:date>
    </item>
  </channel>
</rss>

