Struttura LPMIPTABLE (lpmapi.h)

La struttura LPMIPTABLE contiene informazioni IP, tra cui l'indice SNMP, l'indirizzo IP e la subnet mask per ogni interfaccia. La struttura LPMIPTABLE viene fornita come argomento per la funzione Lpm_IpAddressTable .

Sintassi

typedef struct lpmiptable {
  ULONG   ulIfIndex;
  ULONG   MediaType;
  IN_ADDR IfIpAddr;
  IN_ADDR IfNetMask;
} LPMIPTABLE;

Members

ulIfIndex

Indice SNMP per l'interfaccia.

MediaType

Tipo di supporto dell'interfaccia.

IfIpAddr

Indirizzo IP per l'interfaccia.

IfNetMask

Subnet mask IP per l'interfaccia.

Requisiti

   
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione lpmapi.h

Vedi anche

Lpm_IpAddressTable