<div class="content"><p>The <b>RIP_GLOBAL_INFO</b> structure<a id="Appendix_A_Target_139"></a><a aria-label="Product behavior note 139" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_139" data-linktype="relative-path">&lt;139&gt;</a> be used to give the global
IPX RIP information for the RRAS server. When this structure is encapsulated in
<a href="c99955ec-6d18-4665-8d5b-e124de63a368" data-linktype="relative-path"><b>RTR_TOC_ENTRY (section 2.2.1.2.4)</b></a>,
the <b>InfoType</b> value used MUST be set to 0x00020000. This structure is
used in the following methods:  </p><ul><li><p><span><span> 
</span></span><a href="071439e7-a9fd-40e4-91f7-ab756108e82f" data-linktype="relative-path"><b>RRouterInterfaceTransportSetGlobalInfo (section 3.1.4.10)</b></a><span>  </span></p>
</li><li><p><span><span> 
</span></span><a href="14ad8d26-d7d7-48dd-914d-da962d5d7049" data-linktype="relative-path"><b>RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)</b></a><span>  </span></p>
<div><pre> typedef struct _RIP_GLOBAL_INFO {
   DWORD EventLogMask;
 } RIP_GLOBAL_INFO, *PRIP_GLOBAL_INFO;
</pre></div>
</li></ul><p><b>EventLogMask: </b>The mask to manage event logging
on the RIP interface on the RRAS server. This MUST be set as combination of one
or more 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>
  <p>0x0000</p>
  </td>
  <td>
  <p>Nothing will be logged.</p>
  </td>
 </tr><tr>
  <td>
  <p>EVENTLOG_ERROR_TYPE</p>
  <p>(0x0001)</p>
  </td>
  <td>
  <p>Only errors will be logged.</p>
  </td>
 </tr><tr>
  <td>
  <p>EVENTLOG_WARNING_TYPE</p>
  <p>0x0002</p>
  </td>
  <td>
  <p>Only warnings will be logged.</p>
  </td>
 </tr><tr>
  <td>
  <p>EVENTLOG_INFORMATION_TYPE</p>
  <p>0x0004</p>
  </td>
  <td>
  <p>Only information will be logged.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p> </p></div>