GetRasLinks

BOOL __stdcall GetRasLinks (HANDLE hOpen, HANDLE hAdapter, PRAS_LINKS pLinks);

Return Value:
TRUE if call was successful, FALSE otherwise

Parameters:
hOpen
Specifies driver object open handle.

hAdapter
Specifies WAN interface handle.

pLinks
Pointer to the user allocated RAS_LINKS structure.

Remarks:
Helper driver fills _RAS_LINKS with information about active WAN connections.
This member is a simple wrapper for CNdisApi::GetRasLinks.