NLM_SOCKADDR structure (netlistmgr.h)

The NLM_SOCKADDR structure contains the IPv4/IPv6 destination address.

Syntax

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

Members

data[128]

An IPv4/IPv6 destination address.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header netlistmgr.h

See also

INetworkCostManager

INetworkCostManagerEvents