Skip to content

Latest commit

 

History

History
99 lines (70 loc) · 2.98 KB

ne-mprapi-router_connection_state.md

File metadata and controls

99 lines (70 loc) · 2.98 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:mprapi._ROUTER_CONNECTION_STATE
ROUTER_CONNECTION_STATE (mprapi.h)
Enumerates the possible states of an interface on a router.
ROUTER_CONNECTION_STATE
ROUTER_CONNECTION_STATE enumeration [RAS]
ROUTER_IF_STATE_CONNECTED
ROUTER_IF_STATE_CONNECTING
ROUTER_IF_STATE_DISCONNECTED
ROUTER_IF_STATE_UNREACHABLE
_mpr_router_connection_state
mprapi/ROUTER_CONNECTION_STATE
mprapi/ROUTER_IF_STATE_CONNECTED
mprapi/ROUTER_IF_STATE_CONNECTING
mprapi/ROUTER_IF_STATE_DISCONNECTED
mprapi/ROUTER_IF_STATE_UNREACHABLE
rras.router_connection_state
rras\router_connection_state.htm
RRAS
e98f9843-c5a2-4714-8e22-58f24256d08f
12/05/2018
ROUTER_CONNECTION_STATE, ROUTER_CONNECTION_STATE enumeration [RAS], ROUTER_IF_STATE_CONNECTED, ROUTER_IF_STATE_CONNECTING, ROUTER_IF_STATE_DISCONNECTED, ROUTER_IF_STATE_UNREACHABLE, _mpr_router_connection_state, mprapi/ROUTER_CONNECTION_STATE, mprapi/ROUTER_IF_STATE_CONNECTED, mprapi/ROUTER_IF_STATE_CONNECTING, mprapi/ROUTER_IF_STATE_DISCONNECTED, mprapi/ROUTER_IF_STATE_UNREACHABLE, rras.router_connection_state
mprapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Windows
ROUTER_CONNECTION_STATE
19H1
_ROUTER_CONNECTION_STATE
mprapi/_ROUTER_CONNECTION_STATE
ROUTER_CONNECTION_STATE
mprapi/ROUTER_CONNECTION_STATE
c++
APIRef
kbSyntax
HeaderDef
Mprapi.h
ROUTER_CONNECTION_STATE

ROUTER_CONNECTION_STATE enumeration

-description

The ROUTER_CONNECTION_STATE type enumerates the possible states of an interface on a router.

-enum-fields

-field ROUTER_IF_STATE_UNREACHABLE

The interface is unreachable. For a list of possible reasons, see Unreachability Reasons.

-field ROUTER_IF_STATE_DISCONNECTED

The interface is reachable but disconnected.

-field ROUTER_IF_STATE_CONNECTING

The interface is in the process of connecting.

-field ROUTER_IF_STATE_CONNECTED

The interface is connected.

-remarks

These states are sometimes referred to as operational states.

-see-also

MPR_INTERFACE_0

MPR_INTERFACE_1

Router Management Enumerated Types

Router Management Reference

Unreachability Reasons