<div class="content"><p>The <b>IPBOOTP_GLOBAL_CONFIG</b> structure is used to set or
retrieve global configuration for the IPBOOTP. This 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 _IPBOOTP_GLOBAL_CONFIG {
   DWORD GC_LoggingLevel;
   DWORD GC_MaxRecvQueueSize;
   DWORD GC_ServerCount;
 } IPBOOTP_GLOBAL_CONFIG,
  *PIPBOOTP_GLOBAL_CONFIG;
</pre></div>
</li></ul><p><b>GC_LoggingLevel: </b>Specifies the logging level.
It MUST be one of the following values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>IPBOOTP_GLOBAL_CONFIG</p>
  <p>0x00000000</p>
  </td>
  <td>
  <p>No Logging is done.</p>
  </td>
 </tr><tr>
  <td>
  <p>IPBOOTP_LOGGING_ERROR</p>
  <p>0x00000001</p>
  </td>
  <td>
  <p>Only errors are logged.</p>
  </td>
 </tr><tr>
  <td>
  <p>IPBOOTP_LOGGING_WARN</p>
  <p>0x00000002</p>
  </td>
  <td>
  <p>Errors and warnings are logged.</p>
  </td>
 </tr><tr>
  <td>
  <p>IPBOOTP_LOGGING_INFO</p>
  <p>0x00000003</p>
  </td>
  <td>
  <p>Errors, warnings, and information are logged.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p><b>GC_MaxRecvQueueSize: </b>Specifies the maximum
size in bytes of messages in the receive queue while processing.</p><p><b>GC_ServerCount: </b>The number of BOOTP server IP
addresses.</p></div>