BOOL CNdisApi::GetTcpipBoundAdaptersInfo ( PTCP_AdapterList pAdapters );
Return Value:TRUE if call was successful, FALSE otherwise
Parameters:pAdapters
Pointer to the user allocated TCP_AdapterList structure.
Remarks:
Helper driver fills 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).
This member calls the filter driver with IOCTL_NDISRD_GET_TCPIP_INTERFACES control code (see details below).
IOCTL_NDISRD_GET_TCPIP_INTERFACES
| Input Buffer | None |
| Input Buffer Size | 0 |
| Output Buffer | _TCP_AdapterList |
| Output Buffer Size | sizeof(_TCP_AdaptersList) |
