2.2.1.2.91 IPX_IF_INFO
The IPX_IF_INFO structure MAY<82> be used to specify the IPX interface data. When this structure is encapsulated in RTR_TOC_ENTRY (section 2.2.1.2.4), the InfoType value used MUST be 0x00000001.
-
typedef struct _IPX_IF_INFO { ULONG AdministratorState; ULONG NetbiosAccept; ULONG NetbiosDeliver; } IPX_IF_INFO, *PIPX_IF_INFO;
AdministratorState: 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.
NetbiosAccept: This MUST be set to 0x00000001 for the interface to accept NetBIOS broadcast packets.
NetbiosDeliver: This MUST be set to 0x00000000 on a WAN interface and 0x00000001 on a LAN interface.