GetInterfaceCount
|
![]() ![]() ![]() |
|
None
|
Integer value containing the number of network interfaces found in the system. If zero, no
|
for (int i = 0; i < m_pCamera->GetInterfaceCount(); i++)
|
{
|
ULONG32 ip = m_pCamera->GetInterfaceAtIndex(i);
|
TCHAR ipstr[32];
|
ip2str(ipstr, 32, ip);
|
m_interfaceList.AddString(ipstr);
|
}
|
m_interfaceList.SetCurSel(0);
|