IP_NETWORK
[This is preliminary documentation and subject to change.]
The IP_NETWORK structure describes an IP network address.
typedef struct _IP_NETWORK {
DWORD N_NetNumber;
DWORD N_NetMask;
} IP_NETWORK, *PIP_NETWORK;
Members
-
N_NetNumber
-
Contains the IP network number expressed as an IP address in machine byte order.
-
N_NetMask
-
Contains the network mask. Apply this mask to the IP address in order to extract the network address. The network mask is in machine byte order.
See Also
RTM_IP_ROUTE