struttura NLM_SOCKADDR (netlistmgr.h)

La struttura NLM_SOCKADDR contiene l'indirizzo di destinazione IPv4/IPv6.

Sintassi

typedef struct NLM_SOCKADDR {
  BYTE data[128];
} NLM_SOCKADDR;

Members

data[128]

Indirizzo di destinazione IPv4/IPv6.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione netlistmgr.h

Vedi anche

INetworkCostManager

INetworkCostManagerEvents