RTM_ENTITY_INFO structure (rtmv2.h)
The RTM_ENTITY_INFO structure is used to exchange client information with the routing table manager.
Syntax
typedef struct _RTM_ENTITY_INFO {
USHORT RtmInstanceId;
USHORT AddressFamily;
RTM_ENTITY_ID EntityId;
} RTM_ENTITY_INFO, *PRTM_ENTITY_INFO;
Members
RtmInstanceId
Specifies the instance of the routing table manager with which the client registered.
AddressFamily
Specifies the address family to which the client belongs.
EntityId
Specifies the identifier that uniquely identifies a client.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | rtmv2.h |