[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
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in mprapi.h.