IPXWAN_IF_INFO structure (ipxrtdef.h)
The IPXWAN_IF_INFO structure stores the administrative state for an IPX WAN interface.
Syntax
typedef struct _IPXWAN_IF_INFO {
ULONG AdminState;
} IPXWAN_IF_INFO, *PIPXWAN_IF_INFO;
Members
AdminState
Specifies the administrative state of the interface. This member can be one of the following values. These value are defined in Ipxconst.h.
ADMIN_STATE_DISABLED
ADMIN_STATE_ENABLED
ADMIN_STATE_ENABLED_ONLY_FOR_NETBIOS_STATIC_ROUTING
ADMIN_STATE_ENABLED_ONLY_FOR_OPER_STATE_UP
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | ipxrtdef.h |