Re: PB 4.2 Where to get error codes for GetAdaptersInfo()

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


Date: Wed, 28 Apr 2004 23:51:18 -0700


>-----Original Message-----
>Use use the ErrorLookup tool to get descriptive info
about error numbers,
>error lookup can be found here:
>
>\Program Files\Microsoft eMbedded C++ 4.0
\Common\Tools\ERRLOOK.EXE
>
>232 = The pipe is being closed.

Thanks Michel,

now what does that pipe closed mean ... I don't open any
pipe, just wanted to get some info from network adapter.
like name ...

Uhmmmm...

Regards
Sergei

>
>Good luck,
>
>Michel Verhagen [eMVP]
>Windows CE Consultant
>PTS Software
>The Netherlands
>
><if you want to reply to me directly, remove .nospam from
my email address>
>
>"sergeir" <anonymous@discussions.microsoft.com> schreef
in bericht
>news:561001c42d19$cbd67b80$a501280a@phx.gbl...
>> 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
>>
>
>
>.
>