2.2.1.2.92 IPXWAN_IF_INFO

The IPXWAN_IF_INFO structure MAY<83> be used to specify the IPX interface data for the WAN interface. When this structure is encapsulated in RTR_TOC_ENTRY (section 2.2.1.2.4), the InfoType value used MUST be 0x00000008.

 typedef struct _IPXWAN_IF_INFO {
   ULONG Adminstate;
 } IPXWAN_IF_INFO,
  *PIPXWAN_IF_INFO;

Adminstate: This MUST be set to the desired state of the interface. A value of 0x00000001 disables the interface, and a value of 0x00000002 enables the interface. This enables or disables the IPXWAN negotiation.