Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 2.24 KB

ns-rtmv2-rtm_entity_id.md

File metadata and controls

76 lines (63 loc) · 2.24 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
NS:rtmv2._RTM_ENTITY_ID
RTM_ENTITY_ID (rtmv2.h)
The RTM_ENTITY_ID structure is used to uniquely identify a client to the routing table manager. The protocol identifier and the instance identifier are the values that are used to uniquely identify a client.
*PRTM_ENTITY_ID
PRTM_ENTITY_ID
PRTM_ENTITY_ID structure pointer [RAS]
RTM_ENTITY_ID
RTM_ENTITY_ID structure [RAS]
_rtmv2ref_rtm_entity_id
rras.rtm_entity_id
rtmv2/PRTM_ENTITY_ID
rtmv2/RTM_ENTITY_ID
rras\rtm_entity_id.htm
RRAS
6c75fb17-60b9-44cb-a934-430a6de74ee7
12/05/2018
*PRTM_ENTITY_ID, PRTM_ENTITY_ID, PRTM_ENTITY_ID structure pointer [RAS], RTM_ENTITY_ID, RTM_ENTITY_ID structure [RAS], _rtmv2ref_rtm_entity_id, rras.rtm_entity_id, rtmv2/PRTM_ENTITY_ID, rtmv2/RTM_ENTITY_ID
rtmv2.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Windows
RTM_ENTITY_ID, *PRTM_ENTITY_ID
19H1
_RTM_ENTITY_ID
rtmv2/_RTM_ENTITY_ID
PRTM_ENTITY_ID
rtmv2/PRTM_ENTITY_ID
RTM_ENTITY_ID
rtmv2/RTM_ENTITY_ID
c++
APIRef
kbSyntax
HeaderDef
Rtmv2.h
RTM_ENTITY_ID

RTM_ENTITY_ID structure

-description

The RTM_ENTITY_ID structure is used to uniquely identify a client to the routing table manager. The protocol identifier and the instance identifier are the values that are used to uniquely identify a client.

-struct-fields

-field EntityProtocolId

Specifies a client's protocol identifier (such as RIP or OSPF).

-field EntityInstanceId

Specifies a client's protocol instance (such as RIPv1 or RIPv2).

-field EntityId

Specifies a client's identifier, which is a combination of the EntityProtocolId and the EntityInstanceId.

-see-also

RTM_ENTITY_INFO