<div class="content"><p>The <b>SAP_GLOBAL_INFO</b> structure<a id="Appendix_A_Target_143"></a><a aria-label="Product behavior note 143" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_143" data-linktype="relative-path">&lt;143&gt;</a>  be used to give the global
SAP 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 0x00020001 and the transport MUST
be PID_IPX.  </p><dl>
<dd>
<div><pre> typedef struct _SAP_GLOBAL_INFO {
   DWORD EventLogMask;
 } SAP_GLOBAL_INFO, *PSAP_GLOBAL_INFO;
</pre></div>
</dd></dl><p><b>EventLogMask: </b>The mask to manage event logging
on the SAP interface on the RRAS server. This MUST be set as combination of one
or more 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>