PB 4.2 Where to get error codes for GetAdaptersInfo()

From: sergeir (anonymous_at_discussions.microsoft.com)
Date: 04/28/04


Date: Wed, 28 Apr 2004 05:10:29 -0700

Good morning experts,

we have been successfully using in our CE 4.1 images the
function

GetAdaptersInfo()

as described in header file iphlpapi.h. However, in PB 4.2
it dosn't work under the same conditions (part of the code
is transferred from CE 4.1 into CE 4.2 as an evaluation
step for potential future migration).

I have tried to find detailed information on this function
return values and there is nothing except
........
Return Values
If the function succeeds, the return value is NO_ERROR. If
the function fails, an error code is returned.
..............

Where one can obtain error codes and their meanings for
this function when used in PB 4.2 ? On one of our devices
it returns error code 232 under PB 4.2 and works fine
under PB 4.1.

Any help on this GetAdaptersInfo() function return vlues
is appreciated.

Sincerely
Sergei