BOOL __stdcall 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:
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 is a wrapper for CNdisApi::GetTcpipBoundAdaptersInfo.