GetTcpipBoundAdaptersInfo
BOOL
GetTcpipBoundAdaptersInfo ( HANDLE
hOpen, PTCP_AdapterList
pAdapters );
Return Value:
TRUE if call was
successful, FALSE otherwise
Parameters:
hOpen
Specifies driver
object open handle.
pAdapters
Pointer to the user
allocated TCP_AdapterList structure.
Remarks:
This member is a
simple wrapper for IOCTL_NDISRD_GET_TCPIP_INTERFACES.
Helper driver will fill TCP_AdapterList with MSTCP associated
interfaces information (permanent and current MAC's, MTU, internal
interface name, medium and handle required for calling any adapter
associated services).
|