2.2.5 INET_INFO_IP_SEC_LIST

The INET_INFO_IP_SEC_LIST structure contains a list of INET_INFO_IP_SEC_ENTRY entries.

This type is declared as follows:

 typedef struct _INET_INFO_IP_SEC_LIST {
   DWORD cEntries;
   [size_is(cEntries)] INET_INFO_IP_SEC_ENTRY aIPSecEntry[];
 } INET_INFO_IP_SEC_LIST,
  *LPINET_INFO_IP_SEC_LIST;

cEntries: The number of entries contained in the list.

aIPSecEntry: An array of INET_INFO_IP_SEC_ENTRY entries.