GetRasLinks
BOOL
GetRasLinks ( HANDLE hOpen,
PRAS_LINKS pLinks
);
Return Value:
TRUE if call was
successful, FALSE otherwise
Parameters:
hOpen
Specifies driver
object open handle.
pLinks
Pointer to the user
allocated RAS_LINKS structure.
Remarks:
This member is a
simple wrapper for IOCTL_NDISRD_GET_RAS_LINKS.Helper
driver fills _RAS_LINKS with information about active WAN
connections.
|