Re: GetAdaptersInfo API & Windows ME
From: Randy Birch (rgb_removethis_at_mvps.org)
Date: 08/23/04
- Previous message: Jimmy Jam: "GetAdaptersInfo API & Windows ME"
- In reply to: Jimmy Jam: "GetAdaptersInfo API & Windows ME"
- Next in thread: Jimmy Jam: "Re: GetAdaptersInfo API & Windows ME"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 22 Aug 2004 23:45:38 -0400
Here's an "alternate" method of calling the API using byte arrays rather
than strings as per the KB article. Perhaps it works on ME? No one has
complained to me (yet) that it doesn't.
http://vbnet.mvps.org/code/network/getadaptersinfo-dhcpserveraddress.htm
This demo does not show all that the KB demo does, but you should be able to
get the information you require by seeing how the data is handled.
-- Randy Birch MVP Visual Basic http://vbnet.mvps.org/ Please respond only to the newsgroups so all can benefit. "Jimmy Jam" <jjam@yahoo.com> wrote in message news:OO04alLiEHA.396@TK2MSFTNGP12.phx.gbl... :I have been using the GetAdaptersInfo API to retrieve DHCP server info (IP : Address, lease obtained, lease expires). : I get the correct information on 2K and XP, but not Windows ME even though : it is supported to the best of my understanding. : : http://support.microsoft.com/?kbid=223025 : : Any ideas what the dealy-o is? : : Thanks in advance. : : JJ : :
- Previous message: Jimmy Jam: "GetAdaptersInfo API & Windows ME"
- In reply to: Jimmy Jam: "GetAdaptersInfo API & Windows ME"
- Next in thread: Jimmy Jam: "Re: GetAdaptersInfo API & Windows ME"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|