ROUTER_CONNECTION_STATE

[This is preliminary documentation and subject to change.]

The ROUTER_CONNECTION_STATE type enumerates the possible states in which an interface on a Windows NT router may be.

typdef enum _ROUTER_CONNECTION_STATE {
    ROUTER_IF_STATE_UNREACHABLE,
    ROUTER_IF_STATE_DISCONNECTED,
    ROUTER_IF_STATE_CONNECTING,
    ROUTER_IF_STATE_CONNECTED
}ROUTER_CONNECTION_STATE

Values

ROUTER_IF_STATE_UNREACHABLE
The interface is unreachable. Check the fUnreachabilityReasons member in the MPR_INTERFACE_0 structure for more information.
ROUTER_IF_STATE_DISCONNECTED
The interface is reachable but disconnected.
ROUTER_IF_STATE_CONNECTING
The interface is in the process of connecting
ROUTER_IF_STATE_CONNECTED
The interface is connected.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.

See Also

MPR_INTERFACE_0