<div class="content"><p>The IGetTrackingData interface provides methods for a client
to poll for tracking information. This interface inherits from IUnknown, as
specified in <a href="../ms-dcom/4a893f3d-bd29-48cd-9f43-d9777a4415b0" data-linktype="relative-path">[MS-DCOM]</a>
section <a href="../ms-dcom/2b4db106-fb79-4a67-b45f-63654f19c54c" data-linktype="relative-path">3.1.1.5.8</a>.
The version for this interface is 0.0.</p><p>To receive incoming remote calls for this interface, the
server MUST implement a DCOM object class with the <a href="e6e3f493-e460-4df6-95a1-74ff12ea822d#gt_e433c806-6cb6-46a2-bb95-523df8818c99" data-linktype="relative-path">CLSID</a> CLSID_TrackerService
(as specified in section <a href="7b6d157b-8158-4041-a1b8-186b43a2422c" data-linktype="relative-path">1.9</a>)
by using the <a href="e6e3f493-e460-4df6-95a1-74ff12ea822d#gt_c4813fc3-b2e5-4aa3-bde7-421d950d68d3" data-linktype="relative-path">UUID</a>
{B60040E0-BCF3-11D1-861D-0080C729264D} for this interface.</p><p>The IGetTrackingData interface includes the following
methods beyond those of IUnknown.</p><p>Methods in RPC Opnum Order</p><table><thead>
  <tr>
   <th>
   <p>Method</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>Opnum3NotUsedOnWire</p>
  </td>
  <td>
  <p>Reserved for local use.</p>
  <p>Opnum: 3</p>
  </td>
 </tr><tr>
  <td>
  <p><a href="a74ea7b4-763d-4c76-9d27-edcd48b39ea9" data-linktype="relative-path">GetContainerData</a></p>
  </td>
  <td>
  <p>Returns tracking information for <a href="e6e3f493-e460-4df6-95a1-74ff12ea822d#gt_791190e6-1e02-42cb-bd25-5aee3ab516ed" data-linktype="relative-path">instance containers</a>.</p>
  <p>Opnum: 4</p>
  </td>
 </tr><tr>
  <td>
  <p><a href="31f45e72-aefc-4b04-98fd-dd01df33cd4a" data-linktype="relative-path">GetComponentDataByContainer</a></p>
  </td>
  <td>
  <p>Returns tracking information for <a href="e6e3f493-e460-4df6-95a1-74ff12ea822d#gt_71669ed9-7eaf-4328-9e2e-4d3430f0f9bf" data-linktype="relative-path">components</a> by instance
  container.</p>
  <p>Opnum: 5</p>
  </td>
 </tr><tr>
  <td>
  <p><a href="6695d0ba-fc59-43a8-b76b-e05911dbd5be" data-linktype="relative-path">GetComponentDataByContainerAndCLSID</a></p>
  </td>
  <td>
  <p>Returns tracking information for a component by
  instance container and CLSID.</p>
  <p>Opnum: 6</p>
  </td>
 </tr><tr>
  <td>
  <p>Opnum7NotUsedOnWire</p>
  </td>
  <td>
  <p>Reserved for local use.</p>
  <p>Opnum: 7</p>
  </td>
 </tr></tbody></table><p>In the preceding table, the phrase &#34;Reserved for local
use&#34; means that the client MUST NOT send the <a href="e6e3f493-e460-4df6-95a1-74ff12ea822d#gt_e127848e-c66d-427d-b3aa-9f904fa4ada7" data-linktype="relative-path">opnum</a> and that the server
behavior is undefined<a id="Appendix_A_Target_19"></a><a aria-label="Product behavior note 19" href="8a5428f5-1574-4b06-9c20-5963b11e9035#Appendix_A_19" data-linktype="relative-path">&lt;19&gt;</a> because it does not affect
interoperability.</p><p>All methods MUST NOT throw exceptions.</p></div>