Re: PB 4.2 Where to get error codes for GetAdaptersInfo()
From: Michel Verhagen [eMVP] (michel.verhagen_at_nospam.pts.nl)
Date: 04/28/04
- Next message: claudio tabacco: "DDI flat driver and power managment/Bios routines call"
- Previous message: Selin Metin: "Re: Fonts and desktop shortcuts"
- In reply to: sergeir: "PB 4.2 Where to get error codes for GetAdaptersInfo()"
- Next in thread: sergeir: "Re: PB 4.2 Where to get error codes for GetAdaptersInfo()"
- Reply: sergeir: "Re: PB 4.2 Where to get error codes for GetAdaptersInfo()"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 15:01:25 +0200
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.
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
>
- Next message: claudio tabacco: "DDI flat driver and power managment/Bios routines call"
- Previous message: Selin Metin: "Re: Fonts and desktop shortcuts"
- In reply to: sergeir: "PB 4.2 Where to get error codes for GetAdaptersInfo()"
- Next in thread: sergeir: "Re: PB 4.2 Where to get error codes for GetAdaptersInfo()"
- Reply: sergeir: "Re: PB 4.2 Where to get error codes for GetAdaptersInfo()"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|