2.2.6 INET_INFO_IP_SEC_ENTRY

The INET_INFO_IP_SEC_ENTRY structure contains Internet Protocol Security (IPv4) entries.

This type is declared as follows:

 typedef struct _INET_INFO_IP_SEC_ENTRY {
   DWORD dwMask;
   DWORD dwNetwork;
 } INET_INFO_IP_SEC_ENTRY,
  *LPINET_INFO_IP_SEC_ENTRY;

dwMask: The subnet mask. Data is stored in network byte order.

dwNetwork: The IP address. Data is stored in network byte order.