<div class="content" name="SAP_GLOBAL_INFO" uuid="5b29647b-29a6-4da6-b728-4bcc6a7a74e3"><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>0x0000</td>
  <td>Nothing will be logged.</td>
 </tr><tr>
  <td>EVENTLOG_ERROR_TYPE (0x0001)</td>
  <td>Only errors will be logged.</td>
 </tr><tr>
  <td>EVENTLOG_WARNING_TYPE 0x0002</td>
  <td>Only warnings will be logged.</td>
 </tr><tr>
  <td>EVENTLOG_INFORMATION_TYPE 0x0004</td>
  <td>Only information will be logged.</td>
 </tr></tbody></table>
</dd></dl><p> </p></div>