<div class="content" name="IGMP_MIB_GET_OUTPUT_DATA" uuid="78cfd91f-a654-4a17-8493-cbd25ae799a8"><p>The <b>IGMP_MIB_GET_OUTPUT_DATA</b> structure is written
into the output data on calling the following methods:</p><ul><li><p><span><span> 
</span></span><a href="ebc5c709-36d8-4520-a0ac-6f36d2d6c0b2" data-linktype="relative-path"><b>RMIBEntryGet (section 3.1.4.30)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="9102e585-2f62-4408-bfb6-02a6460cc883" data-linktype="relative-path"><b>RMIBEntryGetFirst (section 3.1.4.31)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="50f78033-d248-4272-b4b9-a2519a0f304d" data-linktype="relative-path"><b>RMIBEntryGetNext (section 3.1.4.32)</b></a><span>  </span></p>
</li></ul><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="32">TypeID</td>
 </tr>
 <tr>
  <td colspan="32">Flags</td>
 </tr>
 <tr>
  <td colspan="32">Count</td>
 </tr>
 <tr>
  <td colspan="32">Buffer (variable)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>TypeID (4 bytes): </b>Specifies the type of entry
being populated.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>IGMP_IF_STATS_ID 0x00000004</td>
  <td>Returns the statistics for an interface, see IGMP_MIB_IF_STATS for more details.</td>
 </tr><tr>
  <td>IGMP_IF_GROUPS_LIST_ID 0x00000005</td>
  <td>Returns the list of multicast group members on an interface, IGMP_MIB_IF_GROUPS_LIST.</td>
 </tr><tr>
  <td>IGMP_GROUP_IFS_LIST_ID 0x00000006</td>
  <td>Returns the list of interfaces joined for that group, IGMP_MIB_GROUP_IFS_LIST.</td>
 </tr><tr>
  <td>IGMP_PROXY_IF_INDEX_ID 0x00000007</td>
  <td>Returns the index of interface owned by the IGMP proxy.</td>
 </tr></tbody></table>
</dd></dl><p><b>Flags (4 bytes): </b>This MUST be a combination of
the following flags.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>IGMP_ENUM_FOR_RAS_CLIENTS 0x00000001</td>
  <td>Enumerate for RAS clients only.</td>
 </tr><tr>
  <td>IGMP_ENUM_ONE_ENTRY 0x00000002</td>
  <td>Returns only one interface group entry.</td>
 </tr><tr>
  <td>IGMP_ENUM_ALL_INTERFACES_GROUPS 0x00000004</td>
  <td>Enumerate all interfaces. If the enumeration reaches the end of an interface, it will go to the next interface.</td>
 </tr><tr>
  <td>IGMP_ENUM_ALL_TABLES 0x00000010</td>
  <td>Enumerate all tables.</td>
 </tr><tr>
  <td>IGMP_ENUM_SUPPORT_FORMAT_IGMPV3 0x00000010</td>
  <td>Set if IGMPv3 is supported.</td>
 </tr><tr>
  <td>IGMP_ENUM_INTERFACE_TABLE_BEGIN 0x00000100</td>
  <td>Indicates the beginning of the table.</td>
 </tr><tr>
  <td>IGMP_ENUM_INTERFACE_TABLE_CONTINUE 0x00000200</td>
  <td>The enumeration for the interface has to continue.</td>
 </tr><tr>
  <td>IGMP_ENUM_INTERFACE_TABLE_END 0x00000400</td>
  <td>End of the enumeration for the interface.</td>
 </tr><tr>
  <td>IGMP_ENUM_FORMAT_IGMPV3 0x00001000</td>
  <td>A set of IGMPv3 information is present.</td>
 </tr></tbody></table>
</dd></dl><p><b>Count (4 bytes): </b>The number of entries being
returned.</p><p><b>Buffer (variable): </b>One of the structures
specified previously depending on the <b>TypeId</b>.</p></div>