Skip to content

Latest commit

 

History

History
89 lines (53 loc) · 1.96 KB

ip-network.md

File metadata and controls

89 lines (53 loc) · 1.96 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
IP_NETWORK structure (Rtm.h)
The IP\_NETWORK structure describes an IP network address.
5dcc733f-c86f-407e-8727-64f3ae71dd48
IP_NETWORK structure RAS
PIP_NETWORK structure pointer RAS
apiref
IP_NETWORK
Rtm.h
HeaderDef
reference
05/31/2018

IP_NETWORK structure

[This API has been superseded by the Routing Table Manager Version 2 API and will not be available beyond Windows Server 2003. Applications should use the Routing Table Manager Version 2 API.]

The IP_NETWORK structure describes an IP network address.

Syntax

typedef struct _IP_NETWORK {
  DWORD N_NetNumber;
  DWORD N_NetMask;
} IP_NETWORK, *PIP_NETWORK;

Members

N_NetNumber

Specifies the IP network number expressed as an IP address in machine-byte order.

N_NetMask

Specifies 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.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
End of server support
Windows Server 2003
Header
Rtm.h

See also

Routing Table Manager Version 1 Reference

Routing Table Manager Version 1 Structures

RTM_IP_ROUTE