_RAS_LINKS

struct _RAS_LINKS
{
	ULONG		nNumberOfLinks;
	RAS_LINK_INFO	RasLinks[RAS_LINKS_MAX];
};

nNumberOfLinks
Specifies number of entries initialized in RasLinks array.

RasLinks
Array of RAS_LINK_INFO structures initialized according to active WAN connections list.