can i use thi function on pocket pc ? Because when i call this function i
always get != NO_ERROR.

RE: GetIpStatistics on pocket pc ? by oneneno

oneneno
Fri Feb 22 08:49:02 CST 2008

I got it.
with lstats.dwForwarding = MIB_IP_FORWARDING; //start forwarding

if ((ret = SetIpStatistics(&lstats)) != NO_ERROR)

should work.

"knopper" wrote:

> can i use thi function on pocket pc ? Because when i call this function i
> always get != NO_ERROR.
>