PPC下如何获取GPRS的网络流量
2010-08-22 12:43:00 来源:WEB开发网核心提示:m_bReturn = TRUE;}}if (pIfTable != NULL){FREE(pIfTable);pIfTable = NULL;}}}}else{if (pIfTable != NULL){FREE(pIfTable);pIfTable = NULL;}return 0;// Here you can
m_bReturn = TRUE;
}
}
if (pIfTable != NULL)
{
FREE(pIfTable);
pIfTable = NULL;
}
}
}
}
else
{
if (pIfTable != NULL)
{
FREE(pIfTable);
pIfTable = NULL;
}
return 0;
// Here you can use FormatMessage to find out why
// it failed.
}
if (pIfTable != NULL)
{
FREE(pIfTable);
pIfTable = NULL;
}
}
要注意的是pIfRow->dwInOctets获得是当前的流量,也是本次连接的总流量,不用累加的;当从其他非GPRS连接转过来时,流量要加上上次流量才是总流量;这里统计的是通过WI-FI和MODEM方式的GPRS总的流量,当然也可以分开统计。
更多精彩
赞助商链接