Condividi tramite


RTM_ENTITY_INFO struttura (rtmv2.h)

La struttura RTM_ENTITY_INFO viene usata per scambiare informazioni client con gestione tabelle di routing.

Sintassi

typedef struct _RTM_ENTITY_INFO {
  USHORT        RtmInstanceId;
  USHORT        AddressFamily;
  RTM_ENTITY_ID EntityId;
} RTM_ENTITY_INFO, *PRTM_ENTITY_INFO;

Members

RtmInstanceId

Specifica l'istanza di Gestione tabelle di routing con cui è stato registrato il client.

AddressFamily

Specifica la famiglia di indirizzi a cui appartiene il client.

EntityId

Specifica l'identificatore che identifica in modo univoco un client.

Requisiti

Requisito Valore
Client minimo supportato Nessuno supportato
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione rtmv2.h

Vedi anche

RTM_ENTITY_ID

RtmGetEntityInfo

RtmGetRegisteredEntities

RtmRegisterEntity

RtmReleaseEntityInfo