<div class="content"><p>The <b>IPX_IF_INFO</b> structure MAY<a id="Appendix_A_Target_82"></a><a aria-label="Product behavior note 82" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_82" data-linktype="relative-path">&lt;82&gt;</a> be used to specify the IPX
interface data. 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 0x00000001. </p><dl>
<dd>
<div><pre> typedef struct _IPX_IF_INFO {
   ULONG AdministratorState;
   ULONG NetbiosAccept;
   ULONG NetbiosDeliver;
 } IPX_IF_INFO,
  *PIPX_IF_INFO;
</pre></div>
</dd></dl><p><b>AdministratorState: </b>This MUST be set to the
desired state of the interface (5). A value of 0x00000001 disables the
interface and a value of 0x00000002 enables the interface.</p><p><b>NetbiosAccept: </b>This MUST be set to 0x00000001
for the interface to accept NetBIOS broadcast packets.</p><p><b>NetbiosDeliver: </b>This MUST be set to 0x00000000
on a WAN interface and 0x00000001 on a LAN interface.</p></div>